
3 Feb
2016
3 Feb
'16
2:51 a.m.
On 02/02/2016, Christian Solje
I am also trying to have the xmobar to show on every screen that I got.
You could do this with X.H.DynamicBars (http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DynamicBars.html). I can't find any examples for how to use it, but you can refer to my configuration (the relevant commit is https://github.com/0/.../commit/1bc32215ae60edd961f0304bd6aea8fbe9a43658). I'm not certain that I'm using it correctly, since my barDestroyer doesn't "tear down previous instances" like the docs say it should, but it still works fine for me. I suspect it's because xmobar exits automatically when its handle is closed. Dmitri