summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/battery
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/statusbar/battery')
-rwxr-xr-x.local/bin/statusbar/battery7
1 files changed, 4 insertions, 3 deletions
diff --git a/.local/bin/statusbar/battery b/.local/bin/statusbar/battery
index 59fdff0..f42d096 100755
--- a/.local/bin/statusbar/battery
+++ b/.local/bin/statusbar/battery
@@ -9,9 +9,10 @@ case $BLOCK_BUTTON in
♻: stagnant charge
🔌: charging
⚡: charged
-❗: battery very low!" ;;
- 4) sudo light -A 10 ;;
- 5) sudo light -U 10 ;;
+❗: battery very low!
+- Scroll to change adjust xbacklight." ;;
+ 4) xbacklight -inc 10 ;;
+ 5) xbacklight -dec 10 ;;
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
esac