No colors for xmobar on the other screen
This commit is contained in:
parent
980ed179c0
commit
b4780ef78d
1 changed files with 4 additions and 1 deletions
|
@ -38,7 +38,10 @@ killXmobar :: IO ()
|
||||||
killXmobar = return ()
|
killXmobar = return ()
|
||||||
|
|
||||||
otherPP = currentPP
|
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
|
currentPP = def
|
||||||
|
|
Loading…
Reference in a new issue