This commit is contained in:
Sakooooo 2023-07-25 01:29:55 +03:00
parent 74e2677939
commit 222c84523d
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -259,7 +259,6 @@ myLogHook h = dynamicLogWithPP $ def {
myXmobarFormat = def {
ppCurrent = xmobarColor "black" "white",
ppOutput = hPutStrLn h,
ppExtras = [],
ppOrder = \(ws:_) -> [ws]
}