mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
fixed again
This commit is contained in:
parent
d6d3b77149
commit
0340af79ff
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ main = do
|
||||||
layoutHook = avoidStruts $ layoutHook defaultConfig,
|
layoutHook = avoidStruts $ layoutHook defaultConfig,
|
||||||
logHook = dynamicLogWithPP $ xmobarPP {
|
logHook = dynamicLogWithPP $ xmobarPP {
|
||||||
ppOutput = hPutStrLn xmproc,
|
ppOutput = hPutStrLn xmproc,
|
||||||
ppTitle = xmobarColor "green" "" . shorten 50
|
ppTitle = xmobarColor "green" ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue