From e9b6172cf06493243fbdc01c75ca29f818833ca8 Mon Sep 17 00:00:00 2001 From: root_sti Date: Fri, 29 Dec 2023 09:39:58 -0300 Subject: [PATCH] final migration from xclock --> dzen2. --- wms_clock.sh | 7 ------- wms_dz.sh => wms_panel.sh | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100755 wms_clock.sh rename wms_dz.sh => wms_panel.sh (97%) diff --git a/wms_clock.sh b/wms_clock.sh deleted file mode 100755 index 59ca2aa..0000000 --- a/wms_clock.sh +++ /dev/null @@ -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" diff --git a/wms_dz.sh b/wms_panel.sh similarity index 97% rename from wms_dz.sh rename to wms_panel.sh index 57a4b50..13f701a 100755 --- a/wms_dz.sh +++ b/wms_panel.sh @@ -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