diff options
| author | silly <u65487754@gmail.com> | 2026-03-09 03:04:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-09 03:04:03 +0100 |
| commit | 0b952545225b9f4f91eba18317bb64c21a92df31 (patch) | |
| tree | 3eb248c178debb440fe3d6a442716cd9dc079da1 /.config/scripts | |
| parent | 7695537999c66904f789c24d57e72a0d9ffeeacd (diff) | |
Update settings.sh
Diffstat (limited to '.config/scripts')
| -rw-r--r-- | .config/scripts/settings.sh | 7 |
1 files changed, 6 insertions, 1 deletions
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*) |
