Skip to content

Instantly share code, notes, and snippets.

@sulincix
Created June 2, 2023 12:53
Show Gist options
  • Save sulincix/480fde9d9ba872d9073efbb63c72634a to your computer and use it in GitHub Desktop.
Save sulincix/480fde9d9ba872d9073efbb63c72634a to your computer and use it in GitHub Desktop.
statusicon-test
#!/usr/bin/python3
import gi
gi.require_version("Gtk","3.0")
from gi.repository import Gtk
icon = Gtk.StatusIcon.new_from_icon_name("gtk-yes")
Gtk.main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment