Closed meriops closed 6 years ago
Are you sure you are using a version that contains that commit? Because that is exactly the error I would expect with python 3.7 without that commit.
haha! Apparently not... It looks like I just need to be patient, or to use @verri's patch... Apologies for the noise...
Sorry I guess I was unclear. 0dad095c079d689c829f7d71a3cb62ec90debedb already fixes the problem for python 3.7. Just update i3pystatus to the current git master and you should be fine.
Hi, Following commit https://github.com/enkore/i3pystatus/commit/0dad095c079d689c829f7d71a3cb62ec90debedb, I get
CpuUsage: TypeError: format() missing 1 required positional argument: 'format_string'
. Is there something we should adjust in the configuration file to accomodate the change in theCpuUsage
module? This is probably a dumb question but my python is too basic to figure that on my own... Thanks