From df57f9890b28aa6f5139e2917cee213031ba0e9c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 14 Jan 2025 00:12:29 +0900 Subject: some scripts are tweaked to get a better notification. swaync config tweaked --- 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 92083e78..c34e09c6 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" "Keyboard Brightness : $current%" + notify-send -e -h string:x-canonical-private-synchronous:brightness_notif -h int:value:$current -u low -i "$icon" "$(printf "\n Keyboard Brightness : $current%")" } # Change brightness -- cgit v1.2.3