-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blur opacity #333
Comments
Even if you set contrast saturation and brightness all to 1.0, and noise to 0.0 (no effect) for blur? |
I mean all of those options do work, and seem to work exactly as intended, but none of them affect opacity (and as far as i know they really shouldn't), but i'd want to control blur opacity. In fact in other DEs like kde plasma, for example, I used to use blur with high opacity but with dark gray windows with a relatively low alpha value, so this way what is behind than the window is dark gray tinted but i can still see what is behind, and stacked windows don't get too opaque nor dark. But now with swayFX, it gets pretty hard to see what is behind when it's already a dark floating window or layer being blurred on top of another; as it seems the blur reduces the transparency of whatever window it is applied by quite a bit. So, thus far my workaround for this has been to reduce the opacity (alpha value) of the window backgrounds in the themes i use, so the windows get less dark when blurred as a result, but it is not quite what i really want, since this way the actual window color gets lost even further to the blur color controlled by the brightness setting in the blur (which is linear rather than an RGB value), and floating windows and popups still become actually darker (and way more opaque) than i really want. Hope i explained well, and thanks for the support. |
Just so you can see the difference in blur opacity i was talking about... in swayFX i am even testing with a higher blur brightness, but it does not compensate for the higher opacity... stacked windows are still noticeably harder to see behind in swayFX (and even non-stacked windows are more opaque) In kvantummanager, "intensity" means the same as "brightness" Also, from my testing, the contrast option is inverted in kvantum compared to swayFX - higher values mean less contrast. |
The blur should be additive to the window backgrounds opacity value, I prefer to just tweak the apps background opacity directly, like you said you were able to do, as it keeps the rest of ui elements fully opaque. But there is a window opacity window rule that I think does the same thing as kvantum's transparency in the
You can find more info on the selectors in |
Please fill out the following:
I've found out that blur in swayfx automatically reduces the opacity of the windows i have, which is a little bit annoying, because i have windows that aren't fully transparent, and they become too dark (especially when stacked). Is there a way to offer a workaround for this by allowing to change blur opacity?
The text was updated successfully, but these errors were encountered: