Collection of random code snippets and examples.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 613 B

il y a 3 ans
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)