-
-
Notifications
You must be signed in to change notification settings - Fork 707
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
Custom module doesn't update in version 0.9.24 #2650
Comments
I have the same issue. I noticed the bug after updating from Fedora 38 -> 39, which bumped Waybar from 0.9.22 -> 0.9.24. |
Bisected this.
Adding an 'interval' to the custom module seems to restore desired behavior. Note I am (or was?) using 'restart-interval' in my custom modules. Is that breakage intended behavior? CC @an-prata |
Alexays
added a commit
that referenced
this issue
Dec 29, 2023
fix `restart-interval` being ignored while `signal` is defined (#2650)
khaneliman
pushed a commit
to khaneliman/Waybar
that referenced
this issue
Jan 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a custom module which prints multiple outputs throughout its run, with the intention of each output updating what is displayed on waybar. It seems that in version 0.9.24 waybar keeps displaying the first output, not updating what is displayed even when other stuff are printed.
To narrow it down, if the script is:
I still see
1
printed, not2
.On version 0.9.22 this doesn't happend.
The text was updated successfully, but these errors were encountered: