diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-25 20:28:33 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-25 20:28:33 +0900 |
| commit | f9d668934b7faadc036dbd5df8b6348f8cb64451 (patch) | |
| tree | 0f33378919b7b0c59c95cdad9725cfb4377b2e96 /ar/.local/bin/statusbar/sb-brightness | |
| parent | 7c01ff93d69b1da44252f2f49fbcf7283ec45328 (diff) | |
modified claude/settings.json, modified statusbar/sb-brightness
Diffstat (limited to 'ar/.local/bin/statusbar/sb-brightness')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-brightness | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ar/.local/bin/statusbar/sb-brightness b/ar/.local/bin/statusbar/sb-brightness index 8b0023b..37cdf0b 100755 --- a/ar/.local/bin/statusbar/sb-brightness +++ b/ar/.local/bin/statusbar/sb-brightness @@ -16,9 +16,8 @@ case $BLOCK_BUTTON in 4) pkexec brillo -A 5 -q ;; 5) pkexec brillo -U 5 -q ;; 6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; -7) monitorbright -inc 5 ;; -8) monitorbright -dec 5 ;; -9) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; +9) monitorbright -inc 5 ;; +10) monitorbright -dec 5 ;; esac if [ -r /sys/class/backlight/*/brightness ]; then |
