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