summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/battery
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-07-08 08:58:20 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-07-08 08:58:20 -0400
commitcd0ed5e54522c281d0b538cef04474b442783a6f (patch)
tree1cd7b9acd1312221fa283b5b5e296904776e52d8 /.local/bin/statusbar/battery
parent211cc0de655f77d148bbafda1925cb2e0f1dfcb1 (diff)
parented6f8b0fde698a78b56db0fb2c64ed7c2ec5fc5d (diff)
downloadeibhear-cd0ed5e54522c281d0b538cef04474b442783a6f.tar.gz
eibhear-cd0ed5e54522c281d0b538cef04474b442783a6f.tar.zst
eibhear-cd0ed5e54522c281d0b538cef04474b442783a6f.zip
Merge branch 'Sadoon-AlBader-patch-1'
Diffstat (limited to '.local/bin/statusbar/battery')
-rwxr-xr-x.local/bin/statusbar/battery5
1 files changed, 4 insertions, 1 deletions
diff --git a/.local/bin/statusbar/battery b/.local/bin/statusbar/battery
index 3536534..f42d096 100755
--- a/.local/bin/statusbar/battery
+++ b/.local/bin/statusbar/battery
@@ -9,7 +9,10 @@ case $BLOCK_BUTTON in
♻: stagnant charge
🔌: charging
⚡: charged
-❗: battery very low!" ;;
+❗: battery very low!
+- Scroll to change adjust xbacklight." ;;
+ 4) xbacklight -inc 10 ;;
+ 5) xbacklight -dec 10 ;;
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
esac