Skip to content
New issue

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

upower: add page #5923

Merged
merged 11 commits into from
May 11, 2021
24 changes: 24 additions & 0 deletions pages/linux/upower.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# upower

> System utility to provide power and battery information and statistics.
> More information: <https://upower.freedesktop.org/docs/upower.1.html>.

- Display power and battery information:

`upower --dump`

- List all power devices:

`upower --enumerate`

- Watch for and print power status changes:

`upower --monitor`

- Watch for and print detailed power status changes:

`upower --monitor-detail`

- Display version:

`upower --version`