commit 8e720ae69ea736a7826c52fbbb7e5a013cabfe82
parent d341f090949058316c4a45198cb7b57ce27e8ad9
Author: Robert Russell <robert@rr3.xyz>
Date: Fri, 26 Dec 2025 12:03:12 -0800
Set battery notification thresholds to intended values
The other ones were for testing.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/statusupd b/statusupd
@@ -8,8 +8,8 @@ DATETIME="$(date +"%a %d %b │ %H:%M")"
xsetroot -name " V${VOLUME}% │ B${BATTERY}% │ $DATETIME "
#xsetroot -name " V${VOLUME}% │ $DATETIME "
-THRESH0=66
-THRESH1=68
+THRESH0=10
+THRESH1=20
STATE_DIR="$XDG_RUNTIME_DIR"
STATE="$STATE_DIR/last_statusupd_battery"
if [ -d "$STATE_DIR" -a -w "$STATE_DIR" ]; then