okay
This commit is contained in:
parent
b167055b93
commit
372d12d751
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,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, _] -> [ws]
|
||||||
}
|
}
|
||||||
|
|
||||||
myXmobarFormat = def {
|
myXmobarFormat = def {
|
||||||
|
|
Loading…
Reference in a new issue