lol.
-
@49016@mastodon.catgirl.cloud ooh! window transparency and blur is really cool yes.
currently, no, niri does not support this kind of thing. closest one can get is just regular transparency without any blur.
but, there is a new background effect protocol, and once that is implemented in niri, it will have the capability to do, well, background effects! such as blur!
and then, perhaps not right away, it can even be generalized to support custom shader background effects as a window rule? idk I'm not totally familiar with graphics code but like this sounds plausible methinks.@sodiboo wait does niri not support background blur already?
-
@sodiboo wait does niri not support background blur already?
@49016@mastodon.catgirl.cloud no. unfortunately not. no blur effects anywhere.
(but it is now a standardized Wayland protocol, so if someone wants to add background blur it should be fairly straightforward to implement that protocol probably) -
@49016@mastodon.catgirl.cloud no. unfortunately not. no blur effects anywhere.
(but it is now a standardized Wayland protocol, so if someone wants to add background blur it should be fairly straightforward to implement that protocol probably)@sodiboo .. ok how hard would it be to hack shaders into niri
-
@sodiboo .. ok how hard would it be to hack shaders into niri
-
-
-
@sodiboo .. ok how hard would it be to hack shaders into niri
@49016@mastodon.catgirl.cloud honestly no idea. I've only barely touched the rendering code and I'm not very familiar with EGL.
but COSMIC has an implementation of background blur that's... in the works I think? a PR? maybe it was merged? should be a decent thing to work from since both use the same rendering primitives from Smithay. -
@49016@mastodon.catgirl.cloud honestly no idea. I've only barely touched the rendering code and I'm not very familiar with EGL.
but COSMIC has an implementation of background blur that's... in the works I think? a PR? maybe it was merged? should be a decent thing to work from since both use the same rendering primitives from Smithay.@49016@mastodon.catgirl.cloud did I hallucinate a cosmic-comp PR why can't I find it
-
@49016@mastodon.catgirl.cloud did I hallucinate a cosmic-comp PR why can't I find it
@49016@mastodon.catgirl.cloud oh maybe this is the one I saw. https://github.com/Smithay/smithay/pull/1758
even better then, Smithay itself implementing it generally would be even easier to implement in nori than ripping it out of another compositor.
but it's not finished and still marked draft so I have no idea what it's like to use at this state; I haven't looked at it closely -
@49016@mastodon.catgirl.cloud did I hallucinate a cosmic-comp PR why can't I find it
@sodiboo @49016 i'm not sure there was
i do know that nferhat implemented blur in fht-compositor and then visualglitch91 ported it to a pr for niri
github.com/YaLTeR/niri/pull/1634 -
@49016@mastodon.catgirl.cloud oh maybe this is the one I saw. https://github.com/Smithay/smithay/pull/1758
even better then, Smithay itself implementing it generally would be even easier to implement in nori than ripping it out of another compositor.
but it's not finished and still marked draft so I have no idea what it's like to use at this state; I haven't looked at it closely