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