kwin-forceblur icon indicating copy to clipboard operation
kwin-forceblur copied to clipboard

Question about Dolphin and other apps

Open vmorenomarin opened this issue 6 years ago • 3 comments

Hi, excellent work. The script works fine with Yakuake? How to set up it to works with Dolphin? I did add several window class name but does not work. image Is there way to add blur effect without constraining the general opacity of the window, i.e., icons, fonts, etc.?

Thanks by your attention and for sharing!

vmorenomarin avatar Mar 22 '19 01:03 vmorenomarin

How to set up it to works with Dolphin? I did add several window class name but does not work.

The thing is that, whenever you change settings, you MUST restart the script. This is the limitation of KWin scripting environment, where scripts cannot see changes in script settings.

Is there way to add blur effect without constraining the general opacity of the window, i.e., icons, fonts, etc.?

What you're looking for is Kvantum. It supports themes with transparent background for any apps. Since kvantum enables blur for most of the windows, you won't have to add all those apps to the settings.

esjeon avatar Mar 25 '19 16:03 esjeon

@vmorenomarin I have wrote a tutorial just for you. TL;DR you must make windows transparent to make them blury with this script, otherwise you need Kvantum. https://userbase.kde.org/Tutorials/Force_Transparency_And_Blur

RaitaroH avatar Jun 12 '19 07:06 RaitaroH

Given that non-100% opacity is absolutely necessary for the blur effect to kick in, can this script be fixed to also automatically force opacity 99% (if no other rule governing opacity is in effect)? Otherwise it is necessary to configure every window class in two places: first in KWin rules to set opacity to 99%, and then in Force Blur to enable blur.

rulatir avatar Nov 15 '21 00:11 rulatir