From 9f11ef73ac2a0c0e22bdc594755752584bc343a3 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Fri, 20 Feb 2026 08:12:13 -0500 Subject: refactor: START/STOP set to 80/90 for `docked` --- .local/bin/bat-thresh-toggle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/bin/bat-thresh-toggle b/.local/bin/bat-thresh-toggle index 7992cfe..eee2a8d 100755 --- a/.local/bin/bat-thresh-toggle +++ b/.local/bin/bat-thresh-toggle @@ -4,8 +4,8 @@ THRESH_START_PATH="/sys/class/power_supply/BAT0/charge_control_start_threshold" THRESH_STOP_PATH="/sys/class/power_supply/BAT0/charge_control_end_threshold" TLP_DROP_IN="/etc/tlp.d/05-bat-thresh.conf" -DOCKED_START=75 -DOCKED_STOP=87 +DOCKED_START=80 +DOCKED_STOP=90 DEFAULT_START=96 DEFAULT_STOP=100 -- cgit v1.2.3