Open vmorenomarin opened 5 years ago
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.
@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
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.
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. 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!