No colors for xmobar on the other screen

This commit is contained in:
Martin Potier 2017-12-13 10:36:17 +02:00
parent 980ed179c0
commit b4780ef78d
1 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,10 @@ killXmobar :: IO ()
killXmobar = return ()
otherPP = currentPP
{ ppCurrent = xmobarColor S.blue S.base03
{ ppCurrent = xmobarColor S.foreground S.background
, ppVisible = xmobarColor S.foreground S.background
, ppHidden = xmobarColor S.foreground S.background
, ppHiddenNoWindows = xmobarColor S.backgroundhl S.background
}
currentPP = def