Skip to content

Instantly share code, notes, and snippets.

@lalomartins
Created June 11, 2015 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalomartins/59e04f44ee795ccd267e to your computer and use it in GitHub Desktop.
Save lalomartins/59e04f44ee795ccd267e to your computer and use it in GitHub Desktop.
--- window-list~ 2014-10-28 07:08:48.000000000 +0100
+++ window-list 2015-06-11 04:05:44.408806718 +0200
@@ -70,6 +70,7 @@
self.ind = appindicator.Indicator('window-list',
APP_NAME,
appindicator.CATEGORY_SYSTEM_SERVICES)
+ self.ind.set_ordering_index(0xffffffff)
self.ind.set_status(appindicator.STATUS_ACTIVE)
self.ind.set_icon('window-list')
self.ind.set_attention_icon('window-list')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment