We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently in v2 we can use a transparent window on Windows and Mac, but Linux is missing this feature.
I would like to be able to use transparent windows on Linux as well.
I would like to add the transparent window functionality to internal/frontend/desktop/linux/window.go and a new option to linux.Options to enable it.
internal/frontend/desktop/linux/window.go
linux.Options
I was able achieve window transparency without any blur/frosting effect. (I think blur could be added in GTK4)
If it is ok to add before v2.1.0 (it is not in the road map) I'd be happy to make a PR for it.
Did not consider anything else.
The text was updated successfully, but these errors were encountered:
Awesome! Feel free to make a PR for this. Feature parity is important!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Currently in v2 we can use a transparent window on Windows and Mac, but Linux is missing this feature.
I would like to be able to use transparent windows on Linux as well.
Describe the solution you'd like
I would like to add the transparent window functionality to
internal/frontend/desktop/linux/window.go
and a new option tolinux.Options
to enable it.I was able achieve window transparency without any blur/frosting effect. (I think blur could be added in GTK4)
If it is ok to add before v2.1.0 (it is not in the road map) I'd be happy to make a PR for it.
Describe alternatives you've considered
Did not consider anything else.
Additional context
The text was updated successfully, but these errors were encountered: