Add missing space between dzen command and flags

This commit is contained in:
Daniel Neri
2008-09-15 13:10:09 +00:00
parent 2d1ccbe643
commit 63a0177187

View File

@@ -156,7 +156,7 @@ import XMonad.Hooks.ManageDocks
--
dzen :: LayoutClass l Window
=> XConfig l -> IO (XConfig (ModifiedLayout AvoidStruts l))
dzen conf = statusBar ("dzen2" ++ flags) dzenPP toggleStrutsKey conf
dzen conf = statusBar ("dzen2 " ++ flags) dzenPP toggleStrutsKey conf
where
fg = "'#a8a3f7'" -- n.b quoting
bg = "'#3f3c6d'"