Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jittery animations #2

Open
ghost opened this issue Aug 22, 2021 · 2 comments
Open

jittery animations #2

ghost opened this issue Aug 22, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 22, 2021

it looks like some frames are skipped it does not loop correctly

@S0raWasTaken
Copy link

Also having this issue. Probably because things are sorted like 0.png, 1.png, 11.png, 12.png...

@S0raWasTaken
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant