summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/bat-thresh-toggle4
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"
4THRESH_STOP_PATH="/sys/class/power_supply/BAT0/charge_control_end_threshold" 4THRESH_STOP_PATH="/sys/class/power_supply/BAT0/charge_control_end_threshold"
5TLP_DROP_IN="/etc/tlp.d/05-bat-thresh.conf" 5TLP_DROP_IN="/etc/tlp.d/05-bat-thresh.conf"
6 6
7DOCKED_START=75 7DOCKED_START=80
8DOCKED_STOP=87 8DOCKED_STOP=90
9DEFAULT_START=96 9DEFAULT_START=96
10DEFAULT_STOP=100 10DEFAULT_STOP=100
11 11