can get xmobar show workspace

when i add StdinReader in xmobar.config the bar will not run, i have google days and days. please tell me where config is bad. config at attachments. Thank you

Hi! Does your xmonad.hs compile? I see an undefined variable reference: xmonad.hs:241:64: error: Variable not in scope: h :: Handle | 241 | myLogHook = dynamicLogWithPP $ xmobarPP { ppOutput = hPutStrLn h } | ^ Try inlining myLogHook directly in `defaults` definition, then inlining `defaults` into `main`. This way `h` will be in scope. On 2021-03-17 12:31, Peet wrote:
when i add StdinReader in xmobar.config the bar will not run, i have google days and days. please tell me where config is bad. config at attachments.
Thank you
_______________________________________________ xmonad mailing list xmonad@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
participants (2)
-
Peet
-
Platon Pronko