, 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