diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-07-08 08:58:12 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-07-08 08:58:12 -0400 |
| commit | ed6f8b0fde698a78b56db0fb2c64ed7c2ec5fc5d (patch) | |
| tree | 1cd7b9acd1312221fa283b5b5e296904776e52d8 /.local/bin/statusbar | |
| parent | 7d25d7368a9d57055579ccd3264a227f77216ada (diff) | |
| download | eibhear-ed6f8b0fde698a78b56db0fb2c64ed7c2ec5fc5d.tar.gz eibhear-ed6f8b0fde698a78b56db0fb2c64ed7c2ec5fc5d.tar.zst eibhear-ed6f8b0fde698a78b56db0fb2c64ed7c2ec5fc5d.zip | |
xbacklight
Diffstat (limited to '.local/bin/statusbar')
| -rwxr-xr-x | .local/bin/statusbar/battery | 7 |
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 |
