Skip to content

Instantly share code, notes, and snippets.

@throughnothing
Created April 29, 2011 01:50
Show Gist options
  • Save throughnothing/947700 to your computer and use it in GitHub Desktop.
Save throughnothing/947700 to your computer and use it in GitHub Desktop.
Hard coded paths for app indicator icon
appdir = '/usr/share/octoindicator/media/'
self.ind = appindicator.Indicator ("octo-indicator",
os.path.join(appdir,"octocat.png"),
appindicator.CATEGORY_COMMUNICATIONS)
self.ind.set_status (appindicator.STATUS_ACTIVE)
self.ind.set_attention_icon (os.path.join(appdir,"octocat-active.png"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment