wms/wms_clock.sh
2023-10-28 00:03:51 -03:00

7 lines
159 B
Bash
Executable file

#!/bin/sh
. /tmp/wms_var
FONT=$(cat .Xresources | grep XTerm.faceName | cut -d ' ' -f 2)
xclock -d -brief -fg "#$AC" -bg "#$BC" -face "$FONT:bold:size=70"