summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/statusbar/battery2
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/statusbar/battery b/.local/bin/statusbar/battery
index 3536534..59fdff0 100755
--- a/.local/bin/statusbar/battery
+++ b/.local/bin/statusbar/battery
@@ -10,6 +10,8 @@ case $BLOCK_BUTTON in
🔌: charging
⚡: charged
❗: battery very low!" ;;
+ 4) sudo light -A 10 ;;
+ 5) sudo light -U 10 ;;
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
esac