Hi!
I have a pinebook pro, and I'm running manjaro ARM with sway window manager and it's great
...except the latest update broke the battery indicator, and I've no idea how to fix it. It now shows 100% all the time, occasionally flipping to 0% now and then.
Sway seems to use WayBar for the status indicators, and I found the manual for that here: https://github.com/Alexays/Waybar/wiki/Module:-Battery. This seems to indicate it uses the values in /sys/class/power_supply/cw2015-battery/ to read the battery level. Doing that myself seems to give me a sensible looking answer (laptop has been on for a couple of hours)
[martin@martin-pinebook ~]$ cat /sys/class/power_supply/cw2015-battery/capacity
88
Is anyone else experiencing the same? anyone know how to fix it..?
Downgrading waybar fixed it, and it looks like someone already opened a bug report.
https://github.com/Alexays/Waybar/issues/966
I have a pinebook pro, and I'm running manjaro ARM with sway window manager and it's great
...except the latest update broke the battery indicator, and I've no idea how to fix it. It now shows 100% all the time, occasionally flipping to 0% now and then.
Sway seems to use WayBar for the status indicators, and I found the manual for that here: https://github.com/Alexays/Waybar/wiki/Module:-Battery. This seems to indicate it uses the values in /sys/class/power_supply/cw2015-battery/ to read the battery level. Doing that myself seems to give me a sensible looking answer (laptop has been on for a couple of hours)
[martin@martin-pinebook ~]$ cat /sys/class/power_supply/cw2015-battery/capacity
88
Is anyone else experiencing the same? anyone know how to fix it..?
Downgrading waybar fixed it, and it looks like someone already opened a bug report.
https://github.com/Alexays/Waybar/issues/966