mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-15 04:05:53 -07:00
Add missing space between dzen command and flags
This commit is contained in:
@@ -156,7 +156,7 @@ import XMonad.Hooks.ManageDocks
|
|||||||
--
|
--
|
||||||
dzen :: LayoutClass l Window
|
dzen :: LayoutClass l Window
|
||||||
=> XConfig l -> IO (XConfig (ModifiedLayout AvoidStruts l))
|
=> XConfig l -> IO (XConfig (ModifiedLayout AvoidStruts l))
|
||||||
dzen conf = statusBar ("dzen2" ++ flags) dzenPP toggleStrutsKey conf
|
dzen conf = statusBar ("dzen2 " ++ flags) dzenPP toggleStrutsKey conf
|
||||||
where
|
where
|
||||||
fg = "'#a8a3f7'" -- n.b quoting
|
fg = "'#a8a3f7'" -- n.b quoting
|
||||||
bg = "'#3f3c6d'"
|
bg = "'#3f3c6d'"
|
||||||
|
Reference in New Issue
Block a user