You are not logged in.
I am trying to start Xmobar using XMonad.Hood.DynamicLog.statusBar and command line options, however I am running into issues with unicode characters (e.g., λ). In the command argument, I put a literal λ and \x03BB, however, the output is λ in both the status bar and ps -x. When using .xmobarrc (or xmobar.hs), λ works just fine, however I have stopped using that in favor of specifing options (e.g. --font, --add-command, --template) in the cmd argument of statusBar. Is it possible to use unicode symbols this way, if so, how?
Offline