Aylur / ags

A customizable and extensible shell
GNU General Public License v3.0
1.74k stars 95 forks source link

Remaining battery time is way off #410

Closed heroin-moose closed 1 month ago

heroin-moose commented 1 month ago

ags and upower disagree about remaining time, by an hour or so. Given a widget:

return Widget.Icon().hook(battery, self => {
    print(battery.time_remaining);
})

I see very different results:

$ ags
3185
3272
2995
3442
$ upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep 'time to empty'
    time to empty:       54.5 minutes
heroin-moose commented 1 month ago

Okay, apparently I can't do basic math, sorry for the noise -_-