niri: automatically blur background

This commit is contained in:
2025-10-08 00:24:21 +02:00
parent bd1aab3533
commit 40106ac541
4 changed files with 28 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ elif [ "$XDG_CURRENT_DESKTOP" = "niri" ]; then
notify-send "Blurred Wallpaper set" "Selected wallpaper has been successfully applied for overview"
) &
nohup swww img "$image_copied" --transition-type fade --transition-duration 2 > /dev/null 2> /dev/null &
swww img "$image_copied" --transition-type fade --transition-duration 2 > /dev/null 2> /dev/null
notify-send "Wallpaper Changed" "$image"
else