-
Notifications
You must be signed in to change notification settings - Fork 49
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
[Feature Request] Blur and acrylic background effects #93
Comments
Blur, mica, and acrylic are possible through the official |
@patrikzudel Can you share that config? |
Proposed config: // Allowed values: "blur", "acrylic", "mica", and "none".
// On MacOS: "blur", "acrylic", and "mica" -> apply the MacOS vibrancy effect to the window.
// On Linux: all effects instead add transparency to the window.
"backgroundEffect": "blur", LMK if anyone would like to take a stab at this 👍 |
yes please, so i can stop using custom builds and have more options + everybody would love it since they always ask me how and where i get that but it doesnt work for windows 11 only 10 (which i use) |
Yeah - the effects Blur & Mica do not work that well on Windows 11 eg.
I went ahead and made a PR to implement this, I do not have a Macbook so unfortunately I cannot test that part of the code. |
Describe the motivation
Currently if we want to increase visibility of items on the bar, our options are limited when adjusting the background.
It would be great if background blurring could be added, similar to how its done in Yasb.
The text was updated successfully, but these errors were encountered: