From 55e5b6bd74286a5aacfd0ec6affae287708967cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 4 Dec 2023 12:20:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(hypr):=20changed=20options=20?= =?UTF-8?q?for=20swww=20wallpaper=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/scripts/wallpaper | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/hypr/scripts/wallpaper b/.config/hypr/scripts/wallpaper index d7c1ccd7..d5973db4 100755 --- a/.config/hypr/scripts/wallpaper +++ b/.config/hypr/scripts/wallpaper @@ -20,5 +20,11 @@ else exit 1 fi -swww img --transition-type grow --transition-pos top-right --transition-fps 75 --transition-duration 3.8 --transition-step 255 "$IMAGE" +swww img "$IMAGE" \ + --transition-bezier .2,1.19,.8,.4 \ + --transition-type grow \ + --transition-duration 1.5 \ + --transition-fps 75 \ + --transition-pos "$(hyprctl cursorpos)" + notify-send "Wallpaper Changed" "Wallpaper changed to $IMAGE"