-
Notifications
You must be signed in to change notification settings - Fork 24
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
Blur background #22
Comments
I'm pretty sure this would have to be done on the compositor's end, a wlroots compositor that supports this https://github.com/hyprwm/Hyprland |
It supports it in the sense that it supports it statically. If the layer stays, doesn't fade out, move, etc. then we could make it work, but it doesn't. In Hyprland if you blur the layer rule for the OSD then when we fade out, the blur stays until the window is gone totally, after which the blur gets removed abruptly... |
The blur issue happens with picom as well, not just Hyprland. Likely caused by the way avizo manages its window since other overlays like dunst aren't affected. |
iirc Hyprland has layer animations, so using that would work |
Sure, but that doesn't solve the issue of the blur being removed AFTER the entire OSD and not WHILE the OSD is closing... |
A blurred background would bei wonderful. Is this possible with Wayland + GTK+4?
The text was updated successfully, but these errors were encountered: