diff --git a/packages/scripts/chpaper.sh b/packages/scripts/chpaper.sh index f3a7558..3c97d4d 100755 --- a/packages/scripts/chpaper.sh +++ b/packages/scripts/chpaper.sh @@ -17,7 +17,7 @@ random_paper() { } swww query || swww init -convert "$(random_paper)" /tmp/wallpaper.jpg && swww img --transition-type random --transition-duration 1 "/tmp/wallpaper.jpg" +convert "$(random_paper)" /tmp/wallpaper.jpg && swww img --transition-step 2 --transition-type random --transition-duration 1 "/tmp/wallpaper.jpg" convert "$(random_paper)" /tmp/lockpaper.jpg notify-send -r 9897 -i information -t 1000 "Wallpaper" "Wallpaper changed."