fixed again

This commit is contained in:
dave 2008-11-10 13:13:25 -06:00
parent d6d3b77149
commit 0340af79ff

View file

@ -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" ""
} }
} }