You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point i3status on my computer stopped correctly displaying battery status while battery is idle. It is a really annoying bug.
I'm using gentoo linux.
I've looked into the code and discovered that i3status treats Discharging and Not charging states the same way.
Could you please considering merging this small patch to fix it?
This is small change causes i3status to display status_unk string when battery state is detected as Not charging
Some time ago I run into this, too, and created #486. It adds another status and prints 'IDLE' when a battery is reported as "Not charging" by the driver. I've just rebased it to current main. If you like you could give it a try.
At some point i3status on my computer stopped correctly displaying battery status while battery is idle. It is a really annoying bug.
I'm using gentoo linux.
I've looked into the code and discovered that i3status treats
Discharging
andNot charging
states the same way.Could you please considering merging this small patch to fix it?
This is small change causes i3status to display
status_unk
string when battery state is detected asNot charging
The text was updated successfully, but these errors were encountered: