attempt xmobar change

This commit is contained in:
Sakooooo 2023-07-25 07:20:32 +03:00
parent 53863c92a6
commit 306bc366cf
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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]
} }