From 6d5b1421d1150a1650e473b63014ec634a7158ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 9 Dec 2023 01:51:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(hypr):=20changed=20the=20wall?= =?UTF-8?q?paper=20animation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/scripts/wallpaper | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.config/hypr/scripts/wallpaper b/.config/hypr/scripts/wallpaper index d5973db4..98252789 100755 --- a/.config/hypr/scripts/wallpaper +++ b/.config/hypr/scripts/wallpaper @@ -21,10 +21,9 @@ else fi swww img "$IMAGE" \ - --transition-bezier .2,1.19,.8,.4 \ - --transition-type grow \ - --transition-duration 1.5 \ - --transition-fps 75 \ - --transition-pos "$(hyprctl cursorpos)" + --transition-bezier 0.5,1.19,.8,.4 \ + --transition-type wipe \ + --transition-duration 2 \ + --transition-fps 75 notify-send "Wallpaper Changed" "Wallpaper changed to $IMAGE"