15 lines
613 B
Markdown
15 lines
613 B
Markdown
# 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](https://fosspost.org/custom-system-tray-icon-indicator-linux/)
|
|
- Background on app indicators: [ApplicationIndicators](https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators)
|
|
- [Python GTK3 Tutorial](https://python-gtk-3-tutorial.readthedocs.io/en/latest/)
|
|
- [PyGObject](https://pygobject.readthedocs.io/en/latest/index.html)
|
|
|