From 68f5ddba1ff9fce3d3cab809fc25ed012084d84a Mon Sep 17 00:00:00 2001 From: Abhishek M J <85760664+abhishekmj303@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:43:55 +0530 Subject: [PATCH] cbatticon: add page (#11348) --- pages/linux/cbatticon.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/linux/cbatticon.md diff --git a/pages/linux/cbatticon.md b/pages/linux/cbatticon.md new file mode 100644 index 000000000..09fad11d5 --- /dev/null +++ b/pages/linux/cbatticon.md @@ -0,0 +1,32 @@ +# cbatticon + +> A lightweight and fast battery icon that sits in your system tray. +> More information: . + +- Show the battery icon in the system tray: + +`cbatticon` + +- Show the battery icon and set the update interval to 20 seconds: + +`cbatticon --update-interval {{20}}` + +- List available icon types: + +`cbatticon --list-icon-types` + +- Show the battery icon with a specific icon type: + +`cbatticon --icon-type {{standard|notification|symbolic}}` + +- List available power supplies: + +`cbatticon --list-power-supplies` + +- Show the battery icon for a specific battery: + +`cbatticon {{BAT0}}` + +- Show the battery icon and which command to execute when the battery level reaches the set critical level: + +`cbatticon --critical-level {{5}} --command-critical-level {{poweroff}}`