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" | |||
| 5 | TLP_DROP_IN="/etc/tlp.d/05-bat-thresh.conf" | 5 | TLP_DROP_IN="/etc/tlp.d/05-bat-thresh.conf" |
| 6 | 6 | ||
| 7 | TRAVEL_START=85 | 7 | TRAVEL_START=85 |
| 8 | TRAVEL_STOP=99 | 8 | TRAVEL_STOP=97 |
| 9 | DOCKED_START=75 | 9 | DOCKED_START=75 |
| 10 | DOCKED_STOP=89 | 10 | DOCKED_STOP=87 |
| 11 | DEFAULT_START=96 | 11 | DEFAULT_START=96 |
| 12 | DEFAULT_STOP=100 | 12 | DEFAULT_STOP=100 |
| 13 | 13 | ||
| @@ -100,4 +100,4 @@ if [ -d "/etc/tlp.d" ]; then | |||
| 100 | || echo "error: failed to write ${TLP_DROP_IN}." | 100 | || echo "error: failed to write ${TLP_DROP_IN}." |
| 101 | else | 101 | else |
| 102 | echo "note: /etc/tlp.d not found - sysfs write is not persistent across reboots." | 102 | echo "note: /etc/tlp.d not found - sysfs write is not persistent across reboots." |
| 103 | fi \ No newline at end of file | 103 | fi |
