From 1df775009542f9b188d669416a93c161642ce4f4 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Thu, 19 Feb 2026 23:41:21 -0500 Subject: refactor: modify thresholds --- .local/bin/bat-thresh-toggle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.local/bin/bat-thresh-toggle b/.local/bin/bat-thresh-toggle index 836698e..cc5ca33 100755 --- a/.local/bin/bat-thresh-toggle +++ b/.local/bin/bat-thresh-toggle @@ -5,9 +5,9 @@ THRESH_STOP_PATH="/sys/class/power_supply/BAT0/charge_control_end_threshold" TLP_DROP_IN="/etc/tlp.d/05-bat-thresh.conf" TRAVEL_START=85 -TRAVEL_STOP=99 +TRAVEL_STOP=97 DOCKED_START=75 -DOCKED_STOP=89 +DOCKED_STOP=87 DEFAULT_START=96 DEFAULT_STOP=100 @@ -100,4 +100,4 @@ if [ -d "/etc/tlp.d" ]; then || echo "error: failed to write ${TLP_DROP_IN}." else echo "note: /etc/tlp.d not found - sysfs write is not persistent across reboots." -fi \ No newline at end of file +fi -- cgit v1.2.3