final migration from xclock --> dzen2.

This commit is contained in:
#root_informatica 2023-12-29 09:39:58 -03:00
parent 5a1f6cb461
commit e9b6172cf0
2 changed files with 1 additions and 8 deletions

View File

@ -1,7 +0,0 @@
#!/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"

View File

@ -17,7 +17,7 @@ clock() {
DZPID=$(pgrep dzen)
if [ -n "$DZPID" ]; then # if pid exist
pkill dzen # kill'em all
pkill dz.sh
pkill wms_dz.sh
else
case $FLAG in