From 47a6c42c77244b4b18f6e074542c15bc43bc4273 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 16 Jan 2025 10:53:08 +0900 Subject: updated some scripts for better notification visibility. Swaync notification width reduce to look better --- config/hypr/scripts/BrightnessKbd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/scripts/BrightnessKbd.sh') diff --git a/config/hypr/scripts/BrightnessKbd.sh b/config/hypr/scripts/BrightnessKbd.sh index c34e09c6..67f8b87e 100755 --- a/config/hypr/scripts/BrightnessKbd.sh +++ b/config/hypr/scripts/BrightnessKbd.sh @@ -26,7 +26,7 @@ get_icon() { } # Notify notify_user() { - notify-send -e -h string:x-canonical-private-synchronous:brightness_notif -h int:value:$current -u low -i "$icon" "$(printf "\n Keyboard Brightness : $current%")" + notify-send -e -h string:x-canonical-private-synchronous:brightness_notif -h int:value:$current -u low -i "$icon" " Keyboard Brightness:" " $current%" } # Change brightness -- cgit v1.2.3