From f3fd6fe9717bc8a8614babd4967606a84ae271d4 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Tue, 11 May 2021 19:25:48 +0100 Subject: [PATCH] upower: add page (#5923) * Added upower tldr page * Added missing colon * Update pages/linux/upower.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/linux/upower.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/linux/upower.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/linux/upower.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Reworded all enumerate command since it included non-battery devices * Changed power to battery and added 'Power and battery' to the dump command * power and battery, rather than just power I chose option 1 Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> * Reworded dump to Display Co-authored-by: Axel Navarro * Update pages/linux/upower.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Axel Navarro --- pages/linux/upower.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/upower.md diff --git a/pages/linux/upower.md b/pages/linux/upower.md new file mode 100644 index 000000000..92983e89c --- /dev/null +++ b/pages/linux/upower.md @@ -0,0 +1,24 @@ +# upower + +> System utility to provide power and battery information and statistics. +> More information: . + +- 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`