You are not logged in.
Pages: 1
A stupid question, whetever. Sometimes, when I startup my pc, it freezes, fps video is something between 2/s. I use the i3 and I verified a indicator turns red when this happens. I see by i3status. If anyone knows what it means..
>>> | Ipv6 | Wlan | Ipv4 | Battery | Memory | THIS INDICATOR | ram | day | hour | <<<
Offline
That indicator is probably cpu average load (load); if this is it, it should be similar like in top command: on top right "load average:" and first number (this 3 numbers are: "system load avg over the last 1, 5 and 15 minutes" from man top).
But I never saw it in different color, so maybe it's something different; maybe you change something, but then you would know... so rather not.
You can check it yourself like this:
Compare with what display top command, then see what is in package i3status to read: 'pacman -Ql i3status' and there is:
i3status /etc/i3status.conf
i3status /usr/share/licenses/i3status/LICENSE
i3status /usr/share/man/man1/i3status.1.gz
License is not interesting for now, but '/etc/i3status.conf' and 'man i3status' may be worth reading...
Offline
Pages: 1