Collection of random code snippets and examples.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 613 B

3 yıl önce
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)