aboutsummaryrefslogtreecommitdiff
path: root/.scripts/batdesk
diff options
context:
space:
mode:
Diffstat (limited to '.scripts/batdesk')
-rwxr-xr-x.scripts/batdesk11
1 files changed, 11 insertions, 0 deletions
diff --git a/.scripts/batdesk b/.scripts/batdesk
new file mode 100755
index 0000000..9e231d2
--- /dev/null
+++ b/.scripts/batdesk
@@ -0,0 +1,11 @@
+#!/bin/bash
+# repetition is key in here
+
+echo 60 | sudo tee -a /sys/class/power_supply/BAT0/charge_control_end_threshold &>/dev/null
+echo 40 | sudo tee -a /sys/class/power_supply/BAT0/charge_control_start_threshold &>/dev/null
+
+echo 60 | sudo tee -a /sys/class/power_supply/BAT0/charge_control_end_threshold &>/dev/null
+echo 40 | sudo tee -a /sys/class/power_supply/BAT0/charge_control_start_threshold &>/dev/null
+
+echo 60 | sudo tee -a /sys/class/power_supply/BAT0/charge_control_end_threshold >/dev/null
+echo 40 | sudo tee -a /sys/class/power_supply/BAT0/charge_control_start_threshold >/dev/null