attempt xmobar change
This commit is contained in:
parent
53863c92a6
commit
306bc366cf
1 changed files with 2 additions and 1 deletions
|
@ -258,8 +258,9 @@ myLogHook h = dynamicLogWithPP $ def {
|
||||||
}
|
}
|
||||||
|
|
||||||
myXmobarFormat = def {
|
myXmobarFormat = def {
|
||||||
ppCurrent = xmobarColor "black" "white",
|
ppCurrent = xmobarColor "black",
|
||||||
ppExtras = [],
|
ppExtras = [],
|
||||||
|
ppHidden = xmobarColor "white" . wrap " " "",
|
||||||
ppOrder = \(ws:_) -> [ws]
|
ppOrder = \(ws:_) -> [ws]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue