why are you there
This commit is contained in:
parent
4647245fc2
commit
13f4970f1c
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ myLogHook :: Handle -> X ()
|
|||
myLogHook h = dynamicLogWithPP $ def {
|
||||
ppOutput = hPutStrLn h,
|
||||
ppExtras = [],
|
||||
ppOrder = \[ws, l, _] -> [ws, l],
|
||||
ppOrder = \[ws, l, _] -> [ws, l]
|
||||
}
|
||||
|
||||
myXmobarFormat = def {
|
||||
|
|
Loading…
Reference in a new issue