01-25-2020, 02:09 AM
(01-20-2020, 04:08 PM)dummy Wrote: So, finally had the time to sit down and try to whip this thing into shape since getting it, so far solid hardware and no more issues than I would have expected with a product like this. But after getting i3 set up, I cannot get the status display to read the battery charge status. At first assumed it was just the normal issue with non-standard battery names, but after manually putting the path in the i3status.conf I'm now getting an error:
no '%d' in battery path
Has anyone else had this issue/have a resolution? I've seen a lot of people playing with i3 setups on here, so hoping someone else's past struggles found the solution.
I have the same issue. I can not get the battery to display in the i3bar. I have tried using both battery 0 and battery 1 as the labels in my i3status config file. (below) but nothing seams to work. Not sure if this is a issue with i3 or with the pinebook pro....?
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"
}