This commit is contained in:
Stephan Raabe
2024-03-08 10:31:55 +01:00
parent 6e3535fb6c
commit ea9b6b9dc3
2 changed files with 5 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ swww img $wallpaper \
# -----------------------------------------------------
magick $wallpaper -resize 50% $blurred
echo ":: Resized to 50%"
magick $blurred -blur 0x20 $blurred
magick $blurred -blur 50x30 $blurred
echo ":: Blurred"
# -----------------------------------------------------