Skip to content

Instantly share code, notes, and snippets.

@ozcan
Created April 29, 2013 12:17
Show Gist options
  • Save ozcan/5481259 to your computer and use it in GitHub Desktop.
Save ozcan/5481259 to your computer and use it in GitHub Desktop.
from gi.repository import Gtk
indicator = Gtk.StatusIcon()
indicator.set_from_icon_name("everpad")
indicator.set_visible(True)
Gtk.main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment