aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run-xmonad.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-xmonad.sh')
-rwxr-xr-xscripts/run-xmonad.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-xmonad.sh b/scripts/run-xmonad.sh
index aad2526..006d2b5 100755
--- a/scripts/run-xmonad.sh
+++ b/scripts/run-xmonad.sh
@@ -24,7 +24,7 @@ rm -f $PIPE
[ -p $PIPE ] || exit
# launch the external 60 second clock, and launch the workspace status bar
-clock | dzen2 -e '' -x 300 -w 768 -ta r -fg $FG -bg $BG -fn $FONT &
+xmonad-clock | dzen2 -e '' -x 300 -w 768 -ta r -fg $FG -bg $BG -fn $FONT &
xmonad-status < $PIPE | dzen2 -e '' -w 300 -ta l -fg $FG -bg $BG -fn $FONT &
# now go for it