py3status not working
I just wanted to switch from i3status to py3status. The tutorial on this site as well as the manual on the site of the developer tells me that I just have to replace i3status with py3status in status_command, so it looks like this:
bar { status_command py3status -c ~/.i3/config_i3status }
But this is not working. All I get is that the plain JSON formatted code is printed instead of the status bar over and over again. Does anyone have the same problem? Output format in my config_i3status is set to output_format="i3bar" as it should be.
Any ideas?
Okay, now the problem disappeared and I am not able to reproduce the odd behaviour. Only thing I did was adding an own module class, but going back to the old setup - as said - does not reproduce broken behaviour. Strange...