ui
ui copied to clipboard
Add systray support
The feature would allow creation of programs that add system tray icons and menus.
Windows, Linux, and Darwin all have tray APIs; libappindicator on Linux with GTK and kdeconnect indicator for Qt; gdi32.dll on Windows; and NSApplicationDelegate in Cocoa on OSX. Having access to these functions would allow creation of utility programs that can be minimized in a standard way.
An implementation for Go exists which could be used as a reference starting point.