We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When charging my laptop, I'd love to know how fast it goes (in Watt). This tells me if I I'm fast-charging or if my cable/charger isn't very good.
Right now, I use to command-line call
upower -i /org/freedesktop/UPower/devices/battery_BAT0
to get
[...] energy-rate: 10,55 W [...]
(Not very fast at all.)
The value can also be retrieved via
/sys/class/power_supply/BAT0/power_now
(Given in microwatts.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When charging my laptop, I'd love to know how fast it goes (in Watt). This tells me if I I'm fast-charging or if my cable/charger isn't very good.
Right now, I use to command-line call
to get
(Not very fast at all.)
The value can also be retrieved via
(Given in microwatts.)
The text was updated successfully, but these errors were encountered: