-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support for tray icon #91
Comments
I did try to do that, but couldn't. Tray icons aren't supported by GTK4. There is the PyStray library but it depends on GTK3, which means it's incompatible with Varia. The wxPython library offers its own tray icon functionality from what I've seen, but that's a whole GUI framework on its own. Basically it doesn't seem very likely Varia could support tray icons. If I or someone else could find a way to do it, I too would like Varia to have this functionality. |
permanent notification can be an alternative... |
I created a PR for it, but it uses PyQt to create the system tray, so I'm not really sure if it'll get merged. 😅 |
Are there any plans to add support for minimize/close to system tray functionality?
The text was updated successfully, but these errors were encountered: