-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
window vibrancy feature #137
Comments
For macOS it should be quite easy; |
On Linux, transparency/blur is usually used by the user compositor and we can't control that, however I think I've seen some apps before that use clever tricks to workaround this (I need to do more research). There is also some news about gtk4 has some blur effect but since I haven't tried it at all, it might not be the expected behavior. On Windows:
|
I'm going to upgrade to gtk4 and see how it goes? |
Note that Windows 11 also has undocumented APIs for enabling the new Mica blur effects as well. |
@Tropix126 is it Edit: According to this comment, seems like there is a new variant in |
for anyone interested in this issue, I made a https://github.com/tauri-apps/window-vibrancy to experiment with the feature. it supports tao and tauri and I'd appreciate feedback on different Windows versions, macOS support will be added later. Edit: macOS is now supported. |
The lastest insider build of Windows 11 (22523) just got public facing Win32 APIs for Mica and Acrylic composition effects respectively under |
Closing this as https://github.com/tauri-apps/window-vibrancy is enough and will try to include it in tauri@v2 by default. |
Hopefully with Linux support? |
To our knowledge the note in the readme is still accurate, at least if we don't want to force users to install gnome extensions. We'd love to be proven wrong about that though, so if you know something we don't, please reach out to us! |
it will be great to see window vibrancy feature in Tauri
Here is some examples that made in electron
https://github.com/arkenthera/electron-vibrancy
https://github.com/Seo-Rii/electron-acrylic-window/blob/master/src/native/win10.cpp
The text was updated successfully, but these errors were encountered: