How could I show CPU and memory information in the status bar?
asked 2013-03-30 11:17:52 +0000
Anonymous
How could I show CPU and memory information in the status bar?
asked 2013-03-30 11:17:52 +0000
Anonymous
How could I show CPU and memory information in the status bar?
Not. See http://i3wm.org/i3status/manpage.html#whataboutmemoryusageorcpu_frequency
Asked: 2013-03-30 11:17:52 +0000
Seen: 2,340 times
Last updated: Mar 30 '13
as Michael said, with i3-status not, but you could use something different like py3status instead, see http://www.ultrabug.fr/meet-py3status/ (not enough karma for links) which is more flexible than i3-status
Even tho Michael is right below and you still want this kind of information anyway you can indeed use py3status to do so. In fact there's a contributed module that just does the job : https://github.com/ultrabug/py3status/blob/master/examples/sysdata.py. Hope this helps !