diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-07-08 08:55:56 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-07-08 08:55:56 -0400 |
| commit | 7d25d7368a9d57055579ccd3264a227f77216ada (patch) | |
| tree | 08959d12af2efd443c259299ccc8453df9041da6 /.local | |
| parent | 211cc0de655f77d148bbafda1925cb2e0f1dfcb1 (diff) | |
| parent | b4b20751c34a9b353b0b25919a796c71e472ecf1 (diff) | |
| download | eibhear-7d25d7368a9d57055579ccd3264a227f77216ada.tar.gz eibhear-7d25d7368a9d57055579ccd3264a227f77216ada.tar.zst eibhear-7d25d7368a9d57055579ccd3264a227f77216ada.zip | |
Merge branch 'patch-1' of https://github.com/Sadoon-AlBader/voidrice into Sadoon-AlBader-patch-1
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/statusbar/battery | 2 |
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 |
