From 42a0350d7e3c1864031442c33b9a3914e998181c Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 22 Oct 2024 16:13:35 -0500 Subject: [PATCH] wallpaper: modify swww transition Signed-off-by: Myned --- options/custom/scripts/wallpaper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/scripts/wallpaper.sh b/options/custom/scripts/wallpaper.sh index e2e28a7..3f589ce 100644 --- a/options/custom/scripts/wallpaper.sh +++ b/options/custom/scripts/wallpaper.sh @@ -23,7 +23,7 @@ while true; do magick "$WALLPAPER" -brightness-contrast -50x-50 "$ALTERED" # Display altered wallpaper - swww img "$ALTERED" + swww img "$ALTERED" --transition-type random --transition-fps 100 # Send unaltered image to server in background #!! Hostname dependent