-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove panel svg shadow without removing blur #59
Comments
Hiding the panel background removes the blur, contrast, and shadow as they depend on the panel svg from the Plasma Style. This is why the opacity was added, setting it to 0 does the trick (hiding unchecked), but since the shadow doesn't depend on the opacity it is still drawn, this what this issue is about. Also note that in the main branch is now possible to use the custom panel background #50 or widget backgrounds #53 as the blur/contrast source (Original background hiding unchecked and with opacity set to 0): |
Duplicate shadow:
Hiding the default background also removes the blur, setting its opacity doesn't hide the shadow, so an option that hides just the shadow is needed.
The text was updated successfully, but these errors were encountered: