summaryrefslogtreecommitdiff
path: root/ar/.local/bin/statusbar/sb-bghitness
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-11 05:20:33 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-11 05:20:33 +0900
commitb15632ee7226179d9b7a40f8626f55eed29c92c3 (patch)
treec2e57505a3c2c04a51358c70f34542d3accf26fc /ar/.local/bin/statusbar/sb-bghitness
parent0ec7fe0e214e5bce56f7827784ffca094456d379 (diff)
updates
Diffstat (limited to 'ar/.local/bin/statusbar/sb-bghitness')
-rwxr-xr-xar/.local/bin/statusbar/sb-bghitness2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-bghitness b/ar/.local/bin/statusbar/sb-bghitness
index 0aabfb6..83dc809 100755
--- a/ar/.local/bin/statusbar/sb-bghitness
+++ b/ar/.local/bin/statusbar/sb-bghitness
@@ -10,7 +10,7 @@ max_brightness=$(cat /sys/class/backlight/*/max_brightness)
brightness_per=$((100 * curr_brightness / max_brightness))
case $BLOCK_BUTTON in
-3) notify-send "💡 Brightness module" "\- Shows current brightness level ☀️." ;;
+3) notify-send "💡 Brightness module" "\- Shows current brightness level ☀ ." ;;
4) pkexec brillo -A 5 -q ;;
5) pkexec brillo -U 5 -q ;;
6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;;