From 3678f78162e273580e40416c2ad984c66ceb1d72 Mon Sep 17 00:00:00 2001 From: SherLock707 Date: Tue, 26 Dec 2023 14:59:52 +0530 Subject: Replaced dunst with swaync --- 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 c6d6afd3..3ea9e493 100755 --- a/config/hypr/scripts/BrightnessKbd.sh +++ b/config/hypr/scripts/BrightnessKbd.sh @@ -24,7 +24,7 @@ get_icon() { } # Notify notify_user() { - dunstify -h string:x-dunst-stack-tag: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" "Keyboard Brightness : $current%" } # Change brightness -- cgit v1.2.3