FIX remove extra window list space
This commit is contained in:
parent
724076bece
commit
a020dbe82f
|
@ -73,7 +73,8 @@ myLoghook h = withWindowSet $ io . hPutStrLn h . myWindowSetXinerama
|
||||||
|
|
||||||
myWindowSetXinerama ws = wsString ++ sep ++ layout
|
myWindowSetXinerama ws = wsString ++ sep ++ layout
|
||||||
where
|
where
|
||||||
wsString = xmobarColor "#444444" "" $ onscreen ++ " " ++ offscreen
|
wsString = xmobarColor "#444444" "" $ onscreen ++ offscreen'
|
||||||
|
offscreen' = if offscreen == "" then "" else " " ++ offscreen
|
||||||
sep = xmobarColor "#888888" "" " : "
|
sep = xmobarColor "#888888" "" " : "
|
||||||
onscreen = xmobarColor "#5574ad" visColor
|
onscreen = xmobarColor "#5574ad" visColor
|
||||||
$ wrap " " " "
|
$ wrap " " " "
|
||||||
|
|
Loading…
Reference in New Issue