From fee73b578c347f40777b42a940f3dca967f3d104 Mon Sep 17 00:00:00 2001 From: "Matthieu Fortin [CPC/CCP]" Date: Mon, 18 Nov 2024 14:54:22 -0500 Subject: [PATCH] updates --- scripts/.local/bin/wallpaper | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/.local/bin/wallpaper b/scripts/.local/bin/wallpaper index 0958f9c..4fe5016 100755 --- a/scripts/.local/bin/wallpaper +++ b/scripts/.local/bin/wallpaper @@ -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"