final migration from xclock --> dzen2.
This commit is contained in:
parent
5a1f6cb461
commit
e9b6172cf0
2 changed files with 1 additions and 8 deletions
|
@ -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"
|
|
|
@ -17,7 +17,7 @@ clock() {
|
||||||
DZPID=$(pgrep dzen)
|
DZPID=$(pgrep dzen)
|
||||||
if [ -n "$DZPID" ]; then # if pid exist
|
if [ -n "$DZPID" ]; then # if pid exist
|
||||||
pkill dzen # kill'em all
|
pkill dzen # kill'em all
|
||||||
pkill dz.sh
|
pkill wms_dz.sh
|
||||||
|
|
||||||
else
|
else
|
||||||
case $FLAG in
|
case $FLAG in
|
Loading…
Reference in a new issue