Hi,

I'm using xmobar with John Goerzen's configuration:

             , logHook = dynamicLogWithPP $ xmobarPP
                         { ppOutput = hPutStrLn xmproc
                         , ppTitle = xmobarColor "green" "" . shorten 50
                         }
However, I'd like to exclude the name of the current layout from display, but keep everything else as is.

How can I do that?

Thank you