This commit is contained in:
Stephan Raabe
2024-03-17 18:21:55 +01:00
parent 001527ba1c
commit b96d97b70a
2 changed files with 1 additions and 12 deletions
+1 -3
View File
@@ -97,9 +97,7 @@ swww img $wallpaper \
# -----------------------------------------------------
# Created blurred wallpaper
# -----------------------------------------------------
magick $wallpaper -resize 50% $blurred
echo ":: Resized to 50%"
magick $blurred -blur $blur $blurred
magick $wallpaper -blur $blur $blurred
echo ":: Blurred"
# -----------------------------------------------------