I recently updated my waybar checkout in my nixos config and found that my custom notifications widget is not working anymore.
I determined that it seems to be because swaync-client -swb does not exit and waybar is suddenly not happy about that.
I've bisected the issue to 2b552f7
In my case, the widget just doesn't show up at all on the bar.
I don't get any error messages in the logs from waybar or anything, it's just gone.
Changing the "exec" from swaync-client -swb to just output static json and it comes back.
I recently updated my waybar checkout in my nixos config and found that my custom notifications widget is not working anymore.
I determined that it seems to be because
swaync-client -swbdoes not exit and waybar is suddenly not happy about that.I've bisected the issue to 2b552f7
In my case, the widget just doesn't show up at all on the bar.
I don't get any error messages in the logs from waybar or anything, it's just gone.
Changing the "exec" from
swaync-client -swbto just output static json and it comes back.