summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh604 <43.splash@gmail.com>2026-02-19 23:41:21 -0500
committerkj_sh604 <43.splash@gmail.com>2026-02-19 23:41:21 -0500
commit1df775009542f9b188d669416a93c161642ce4f4 (patch)
treee36e8d7f3b56a997b5c3f002c21d3d9055f9aa0f
parentdd8867a5a0eb704bffdfc996e714874abba537db (diff)
refactor: modify thresholds
-rwxr-xr-x.local/bin/bat-thresh-toggle6
1 files 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