diff options
| -rwxr-xr-x | .local/bin/bat-thresh-toggle | 6 |
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 |
