why are you there

This commit is contained in:
Sakooooo 2023-08-03 14:55:09 +03:00
parent 4647245fc2
commit 13f4970f1c
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -252,7 +252,7 @@ myLogHook :: Handle -> X ()
myLogHook h = dynamicLogWithPP $ def { myLogHook h = dynamicLogWithPP $ def {
ppOutput = hPutStrLn h, ppOutput = hPutStrLn h,
ppExtras = [], ppExtras = [],
ppOrder = \[ws, l, _] -> [ws, l], ppOrder = \[ws, l, _] -> [ws, l]
} }
myXmobarFormat = def { myXmobarFormat = def {