Collection of random code snippets and examples.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 613 B

1234567891011121314
  1. # Tray Icon Notification
  2. Shows a custom notification icon with a menu in the tray area of your desktop.
  3. ## Dependencies
  4. - Python
  5. - GTK3
  6. - AppIndicator3 (libappindicator-gtk3)
  7. ## Resources
  8. - Source Tutorial: [Create a Custom System Tray Indicator For Your Tasks on Linux](https://fosspost.org/custom-system-tray-icon-indicator-linux/)
  9. - Background on app indicators: [ApplicationIndicators](https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators)
  10. - [Python GTK3 Tutorial](https://python-gtk-3-tutorial.readthedocs.io/en/latest/)
  11. - [PyGObject](https://pygobject.readthedocs.io/en/latest/index.html)