Collection of random code snippets and examples.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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)