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

If used before or after wal -i (in a script or manually), animation freezes mid-transition #362

Open
tka4nik opened this issue Sep 16, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@tka4nik
Copy link

tka4nik commented Sep 16, 2024

  • Fedora 40
  • Wayland Hyprland

I am trying to make a wallpaper-change bash script, and every time i try to pair two commands in any way (inside bash script, using -o of pywal, just pairing them through &&), wallpaper animation freezes mid-way (with random timing).

I don't know for certain if its an issue on my side or a bug sadly.

Example situation:

swww img $1 ///or the other way around
wal -q -i $1
swww img $1 && wal -q -i $1
wal -q -i /home/user/.dotfiles/wallpapers/wallpaper.png && swww img /home/user/.dotfiles/wallpapers/wallpaper.png
@LGFae
Copy link
Owner

LGFae commented Sep 19, 2024

Are you trying this on the latest git version or the latest release?

@tka4nik
Copy link
Author

tka4nik commented Sep 19, 2024

Yep, works on release 0.9.5, doesn't work on current master, thanks!

@LGFae
Copy link
Owner

LGFae commented Sep 19, 2024

This is really weird. I assume just setting the wallpaper without using wal just works?

@LGFae LGFae added the bug Something isn't working label Sep 19, 2024
@tka4nik
Copy link
Author

tka4nik commented Sep 19, 2024

Yeah, works fine both from shell script and manually if used without wal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants