| .. | ||
| README.md | ||
| tray.py | ||
Tray Icon Notification
Shows a custom notification icon with a menu in the tray area of your desktop.
Dependencies
- Python
 - GTK3
 - AppIndicator3 (libappindicator-gtk3)
 
Resources
- Source Tutorial: Create a Custom System Tray Indicator For Your Tasks on Linux
 - Background on app indicators: ApplicationIndicators
 - Python GTK3 Tutorial
 - PyGObject