From dc796e6da97b3f9d3e7025aec95d3b952f175647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 30 Dec 2023 22:05:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(hypr):=20add=20wallpaper=20as?= =?UTF-8?q?=20icon=20in=20the=20notification=20of=20the=20wallpaper=20scri?= =?UTF-8?q?pt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/scripts/wallpaper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/scripts/wallpaper b/.config/hypr/scripts/wallpaper index 98d2bac3..1bda76c7 100755 --- a/.config/hypr/scripts/wallpaper +++ b/.config/hypr/scripts/wallpaper @@ -26,4 +26,4 @@ swww img "$IMAGE" \ --transition-duration 2 \ --transition-fps 75 -notify-send "Wallpaper Changed" "Wallpaper changed to $IMAGE" +notify-send "Wallpaper Changed" -i "$IMAGE"