switchwall.sh: no weird fade transition

This commit is contained in:
end-4
2024-05-24 18:30:42 +07:00
parent c9a2b09c0d
commit 7ee9358d4c
@@ -17,7 +17,7 @@ switch() {
# ags run-js "wallpaper.set('')"
# sleep 0.1 && ags run-js "wallpaper.set('${imgpath}')" &
swww img "$imgpath" --transition-step 1 --transition-fps 120 \
swww img "$imgpath" --transition-step 100 --transition-fps 120 \
--transition-type grow --transition-angle 30 --transition-duration 1 \
--transition-pos "$cursorposx, $cursorposy_inverted"
}