update run-xmonad.sh

This commit is contained in:
Don Stewart 2007-06-10 06:39:15 +00:00
parent ba6bcadcad
commit fd85177063

View File

@ -26,10 +26,10 @@ rm -f $PIPE
# launch the external 60 second clock, and launch the workspace status bar # launch the external 60 second clock, and launch the workspace status bar
xmonad-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 &
# and a workspace status bar (this `cat' shouldn't be needed!) # and a workspace status bar
dzen2 -e '' -w 300 -ta l -fg $FG -bg $BG -fn $FONT < $PIPE & dzen2 -e '' -w 300 -ta l -fg $FG -bg $BG -fn $FONT < $PIPE &
# go forit # go for it
xmonad > $PIPE & xmonad > $PIPE &
# wait for xmonad # wait for xmonad