diff options
| -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" | |||
| 4 | THRESH_STOP_PATH="/sys/class/power_supply/BAT0/charge_control_end_threshold" | 4 | 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 | DOCKED_START=75 | 7 | DOCKED_START=80 |
| 8 | DOCKED_STOP=87 | 8 | DOCKED_STOP=90 |
| 9 | DEFAULT_START=96 | 9 | DEFAULT_START=96 |
| 10 | DEFAULT_STOP=100 | 10 | DEFAULT_STOP=100 |
| 11 | 11 | ||
