wms/wms_clock.sh

8 lines
159 B
Bash
Raw Normal View History

2023-09-26 06:25:05 +02:00
#!/bin/sh
2023-10-28 05:03:51 +02:00
. /tmp/wms_var
2023-09-26 06:25:05 +02:00
FONT=$(cat .Xresources | grep XTerm.faceName | cut -d ' ' -f 2)
xclock -d -brief -fg "#$AC" -bg "#$BC" -face "$FONT:bold:size=70"