diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-02-20 08:12:13 -0500 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-02-20 08:12:13 -0500 |
| commit | 9f11ef73ac2a0c0e22bdc594755752584bc343a3 (patch) | |
| tree | 99356f4de8ac26f5497111f587aab30cd6e74264 | |
| parent | 2ad8a8617e696894b043346330ced47645e25e00 (diff) | |
refactor: START/STOP set to 80/90 for `docked`
| -rwxr-xr-x | .local/bin/bat-thresh-toggle | 4 |
1 files 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 |
