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/Brightness.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/scripts/Brightness.sh') diff --git a/config/hypr/scripts/Brightness.sh b/config/hypr/scripts/Brightness.sh index 538d7cfd..4578e509 100755 --- a/config/hypr/scripts/Brightness.sh +++ b/config/hypr/scripts/Brightness.sh @@ -29,7 +29,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 Brightness : $current%")" + notify-send -e -h string:x-canonical-private-synchronous:brightness_notif -h int:value:$current -u low -i "$icon" " Screen Brightness:" " $current %" } # Change brightness -- cgit v1.2.3