"No battery" in status bar
I receive a "No battery" in my status bar, while I suppose I shouldn't. What am I doing wrong?
The i3status.conf
includes:
order += "battery 1"
battery 1 {
format = "%status %percentage %remaining"
path = "/sys/class/power_supply/BAT1/uevent"
}
and my /sys/class/power_supply/BAT1/uevent
is:
POWER_SUPPLY_NAME=BAT1
POWER_SUPPLY_STATUS=Unknown
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_TECHNOLOGY=Li-ion
POWER_SUPPLY_CYCLE_COUNT=0
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=14800000
POWER_SUPPLY_VOLTAGE_NOW=14800000
POWER_SUPPLY_CURRENT_NOW=0
POWER_SUPPLY_CHARGE_FULL_DESIGN=4400000
POWER_SUPPLY_CHARGE_FULL=4400000
POWER_SUPPLY_CHARGE_NOW=4400000
POWER_SUPPLY_CAPACITY=100
POWER_SUPPLY_CAPACITY_LEVEL=Normal
POWER_SUPPLY_MODEL_NAME=<censored>
POWER_SUPPLY_MANUFACTURER=<censored>
POWER_SUPPLY_SERIAL_NUMBER=3658Q
I tried with "battery 0", too.
PS: This is related to https://faq.i3wm.org/question/1071/ba... and https://faq.i3wm.org/question/4625/i3...