01-25-2020, 04:22 AM
(01-25-2020, 02:09 AM)cbk Wrote: i3status config:
battery 0 {
format = " %status %percentage %remaining "
format_down = " no battery "
last_full_capacity = false
integer_battery_capacity = true
hide_seconds = true
status_chr = "⚡"
status_bat = "☉"
status_full = "☻"
low_threshold = 10
threshold_type = percentage
path = "/sys/class/power_supply/rk-bat/uevent"
}
Try by changing the path to:
Code:
path = "/sys/class/power_supply/cw2015-battery/uevent"
Remaining time does not work for me but at least you will have the percentage.