From 960beae68ead324715bc575cb41d603a72310aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 12 Oct 2023 12:29:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(hypr):=20wallpaper=20options?= =?UTF-8?q?=20changed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fps added and transition type changed to grow --- .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 a17c3ba7..c3c1d89b 100755 --- a/.config/hypr/scripts/wallpaper +++ b/.config/hypr/scripts/wallpaper @@ -20,5 +20,5 @@ else exit 1 fi -swww img --transition-type wipe --transition-pos top-right --transition-duration 3.8 --transition-step 255 "$IMAGE" +swww img --transition-type grow --transition-pos top-right --transition-fps 75 --transition-duration 3.8 --transition-step 255 "$IMAGE" notify-send "Wallpaper Changed" "Wallpaper changed to $IMAGE"