From 3731844d4d8f5c32ea30fe981e390e7d11a4f325 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Tue, 27 Jul 2021 01:17:23 -0400 Subject: [PATCH] Document thinkpad/pow.pl --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 613dd1d..7fd54dc 100644 --- a/README.md +++ b/README.md @@ -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 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** SystemD unit file used to give ownership of necessary sys files to whichever @@ -191,7 +197,7 @@ Mako. 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.