-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add background blur on macos #6135
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
Conversation
This is a non-public API correct? And dont you have to set a color for the blur? window.backgroundColor IIRC Not to mention there is no generally applicable solution for this on other platforms that I know of. I am not very keen to add platform specific features that anyway use a private API and so may stop working at any time. As for your actual implementation, move it into kitty/cocoa_window.m then you can access the config value as simply OPT(whatever). |
@BIKA-C You should use |
@kovidgoyal @BIKA-C I'm looking forward to this feature. |
@BIKA-C @page-down You can apply |
@kovidgoyal You can update this PR and merge it for the next release. I very need this feature. Please help me. |
I need it too! |
@FormalSnake Yes. Because, when using background opacity is below 0.8 then it will be difficult to see, eyestrain. So we need a degree of blur @kovidgoyal ![]() |
Kindly stop spamming my inbox. I already stated my concerns with this PR no one has addressed them. Come up with a proper PR and we can discuss further. |
This is an attempt to add background blur to macos. I am not familiar to the code base and a little confused about how to properly read config. Any help would be appreciated. Here is a fixed blur radius preview:
