Is there a way to blur a specific widget on Wayland? #586
-
I want to make a blur background for my start menu, but I don't know how to target a specific widget. I'm on Hyprland. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Not really possible AFAIK blurring is something only the compositor can properly implement, I think pretty much anything else (outside of an eventual extension) is a hack. The only way I can think of doing that would be to save what is initially in the buffer the compositor gives us and manually blur that. But that's hacky as hell, probably broken and way past what GTK allows (let alone eww) |
Beta Was this translation helpful? Give feedback.
-
Could you elaborate on blurring the entire LayerSurface? How is this accomplished? |
Beta Was this translation helpful? Give feedback.
Not really possible AFAIK blurring is something only the compositor can properly implement, I think pretty much anything else (outside of an eventual extension) is a hack. The only way I can think of doing that would be to save what is initially in the buffer the compositor gives us and manually blur that. But that's hacky as hell, probably broken and way past what GTK allows (let alone eww)