Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/test.py Secret

Created August 5, 2020 10:27
Show Gist options
  • Save kasramp/264908a2abf5f8b5e2457ff1ae8f3503 to your computer and use it in GitHub Desktop.
Save kasramp/264908a2abf5f8b5e2457ff1ae8f3503 to your computer and use it in GitHub Desktop.
def __init__(self): #1
self.ind = appindicator.Indicator("weather-indicator", "weather-clear", appindicator.CATEGORY_APPLICATION_STATUS) #2
self.ind.set_status(appindicator.STATUS_ACTIVE) #3
self.menu_setup() #4
self.ind.set_menu(self.menu) #5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment