Hi! Does anybody know how to give a compose-deskto...
# compose-desktop
m
Hi! Does anybody know how to give a compose-desktop/Swing window a translucent effect like macOS standard? I know I cannot do it in Compose itself, since the window itself needs to implement this. My idea is to let the whole window be translucent and in compose i set the areas where I want the system to “shine” through to
transparent
. Anybody knows how to achieve this?
u
c
m
The haze library won't help here as it cannot see what is behind your application window in order to render the blurred version of it. It needs to be implemented at the OS-level. And ComposeWindowStyler won't work either as it's Windows-only.
👍 1