wms/wms_clock.sh

8 lines
172 B
Bash
Executable File

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