summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/bat-thresh-toggle6
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"
5TLP_DROP_IN="/etc/tlp.d/05-bat-thresh.conf" 5TLP_DROP_IN="/etc/tlp.d/05-bat-thresh.conf"
6 6
7TRAVEL_START=85 7TRAVEL_START=85
8TRAVEL_STOP=99 8TRAVEL_STOP=97
9DOCKED_START=75 9DOCKED_START=75
10DOCKED_STOP=89 10DOCKED_STOP=87
11DEFAULT_START=96 11DEFAULT_START=96
12DEFAULT_STOP=100 12DEFAULT_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}."
101else 101else
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."
103fi \ No newline at end of file 103fi