From 0b952545225b9f4f91eba18317bb64c21a92df31 Mon Sep 17 00:00:00 2001 From: silly Date: Mon, 9 Mar 2026 03:04:03 +0100 Subject: Update settings.sh --- .config/scripts/settings.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.config/scripts/settings.sh') diff --git a/.config/scripts/settings.sh b/.config/scripts/settings.sh index 69f70c5..077672b 100644 --- a/.config/scripts/settings.sh +++ b/.config/scripts/settings.sh @@ -28,6 +28,9 @@ case "$choice" in hyprctl keyword decoration:rounding 15 > /dev/null hyprctl reload > /dev/null + + killall dunst && dunst & + sleep 0.2 notify-send "toggled" "rounded" else sed -i '/@dynamic_rounding/c\ rounding = 0 # @dynamic_rounding' "$HYPR_CONF" @@ -39,9 +42,11 @@ case "$choice" in hyprctl keyword decoration:rounding 0 > /dev/null hyprctl reload > /dev/null + + killall dunst && dunst & + sleep 0.2 notify-send "toggled" "sharp" fi - killall dunst && dunst & ;; *border*) -- cgit v1.3.1