7 lines
159 B
Bash
Executable file
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"
|