esjeon / kwin-forceblur

Force-enable blur effect to user-specified windows
MIT License
151 stars 8 forks source link

Blur effect applied to windows decoration (windows title) #12

Open huantrg opened 3 years ago

huantrg commented 3 years ago

Hello, thank you for your hard work I've just installed kwin-forceblur. When I set the active opacity and inactive opacity of Dolphin to 70%, I realize that the window decoration will also be blurred. Is there a way to force the content below window decoration to be blurred only? Thank you! 70% image 100% image

esjeon commented 3 years ago

Unfortunately, it's not possible. AFAIK, KWin adds blur to decorations, and scripts cannot access that information.

ryu-ketsueki commented 3 years ago

I am having the opposite effect. Window Decorations are not being blurred, even though some Breeze forks specify on their json that it needs to be blurred

Edit: It's Kwin's fault. I'll see if this is intentional or only a bug

IslandC0der commented 3 years ago

I am having the opposite effect. Window Decorations are not being blurred, even though some Breeze forks specify on their json that it needs to be blurred

Edit: It's Kwin's fault. I'll see if this is intentional or only a bug

Hey @ryu-ketsueki I'm having the same issue, have you found a fix?