This commit is contained in:
Matthieu Fortin [CPC/CCP] 2024-11-18 14:54:22 -05:00
parent a5fdcbf449
commit fee73b578c

View file

@ -19,4 +19,5 @@ magick "$INPUT_IMAGE" -blur 50x30 "$BLURRED_WALLPAPER"
SQUARE_WALLPAPER="$HOME/.cache/images/square_wallpaper.png"
magick "$INPUT_IMAGE" -gravity center -extent 1:1 "$SQUARE_WALLPAPER"
notify-send "Generated $BLURRED_WALLPAPER and $SQUARE_WALLPAPER"
echo "Generated $BLURRED_WALLPAPER and $SQUARE_WALLPAPER"