-
Notifications
You must be signed in to change notification settings - Fork 28
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
Default background behind the bar. #2
Comments
Meanwhile I find that |
Yeah, I know about this. This is something which I will try to fix in the next few days. It's not just bar but same problem on power menu popup when blur is enabled. If you find how to make it please open PR. |
I have been looking into the details about this issue @FlyinCow; it does not look like you can make the blurred background translucent. The Windows API on this topic is a bit unclear to me, so I might not be correct, so think of this as a good, educated guess. Pre windows 8.1 I have found solutions that could work, I however dont use ancient windows versions, and I dont think having mixed support of features is a good way either. There are ways to work around this issue. That is, to create two separate bars of different sizes and use the second as a border to hide the square corners. But this requires a significant rewrite of the original forked code. This is something I can do if we as a community want that. We could also talk to the original authors and contributors to see if they have some insights. |
I'm trying to make a nice rounded-corner bar while I find there's a default background. It only appears with blur effect on.
style.css:
With
bars.blur_effect.enabled=true
andbars.blur_effect.arcylic=true
in config.yaml:With
bars.blur_effect.enabled=true
butbars.blur_effect.arcylic=false
:With
bar.blur_effect.enabled=false
it will disappear:There may be something to do with PyQT itself. Rather removing this background or making a
bar.border
option with will be generous.BTW is this bar just a PyQT window at all? Maybe I will learn to fix it myself.
The text was updated successfully, but these errors were encountered: