voidsplash
voidsplash copied to clipboard
jittery animations
it looks like some frames are skipped it does not loop correctly
Also having this issue. Probably because things are sorted like 0.png, 1.png, 11.png, 12.png...
I actually did solve it in a hacky way basically I modified line 43 to this:
parrot $(ls /etc/voidsplash/ | sort -V | awk '{ print "/etc/voidsplash/"$1 }') | while read img