summaryrefslogtreecommitdiff
path: root/ar/.local
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-25 19:06:26 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-25 19:06:26 +0900
commit7c01ff93d69b1da44252f2f49fbcf7283ec45328 (patch)
treeb910945e1a8ffe7ba9e08aecf95baeea7c9d88ce /ar/.local
parentf5cedb989b64033e3077e4a0e7ad5bba4112e9c8 (diff)
modified statusbar/sb-brightness
Diffstat (limited to 'ar/.local')
-rwxr-xr-xar/.local/bin/statusbar/sb-brightness4
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.local/bin/statusbar/sb-brightness b/ar/.local/bin/statusbar/sb-brightness
index e18fa2c..8b0023b 100755
--- a/ar/.local/bin/statusbar/sb-brightness
+++ b/ar/.local/bin/statusbar/sb-brightness
@@ -16,8 +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) monbright -inc 5 ;;
-8) monbright -dec 5 ;;
+7) monitorbright -inc 5 ;;
+8) monitorbright -dec 5 ;;
9) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;;
esac