Document thinkpad/pow.pl

This commit is contained in:
John Mertz 2021-07-27 01:17:23 -04:00
parent a3a98abe23
commit 3731844d4d
1 changed files with 7 additions and 1 deletions

View File

@ -164,6 +164,12 @@ Simple script to cycle keyboard backlight. Gets max brightness, current
brightness and then changes then increments the current brightness. Uses mod of brightness and then changes then increments the current brightness. Uses mod of
max+1 so that it will cycle back around to 0 (disabled) if it is already at max. max+1 so that it will cycle back around to 0 (disabled) if it is already at max.
**thinkpad/pow.pl**
Overly complicated battery and power status fetcher script. Can output stats as
JSON, Waybar-friendly percentage and icon, or a pretty table suitable for use with
plain-text notifications via notify-send or similar.
**thinkpad/user-thinkpad-control@.service** **thinkpad/user-thinkpad-control@.service**
SystemD unit file used to give ownership of necessary sys files to whichever SystemD unit file used to give ownership of necessary sys files to whichever
@ -191,7 +197,7 @@ Mako.
Notification with memory usage summaries. Notification with memory usage summaries.
**waybar/waybar-nmtui.sh** **waybar/waybar-nm.sh**
Launch nmtui in floating window (bottom-right). If already running, kill it. Launch nmtui in floating window (bottom-right). If already running, kill it.