Platon Pronko
2021-03-17 09:52:55 UTC
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.
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.
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
http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
please tell me where config is bad.
config at attachments.
Thank you
_______________________________________________
xmonad mailing list
http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad