~oly/dockyard/dockyard

« back to all changes in this revision

Viewing changes to dockyard.py

  • Committer: Oliver Marks
  • Date: 2016-04-06 07:52:05 UTC
  • Revision ID: git-v1:c86256f91a6f6d115146f63c6de010f14e93602e
fixes #12 - should be all occurances of gdocker replaced

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
 
165
165
if __name__ == '__main__':
166
166
    #~ indicator = appindicator.Indicator.new(APPINDICATOR_ID, 'gdcoker.svg', appindicator.IndicatorCategory.CATEGORY_APPLICATION_STATUS)
167
 
    indicator = appindicator.Indicator.new(APPINDICATOR_ID, './images/gdocker.png', appindicator.IndicatorCategory.SYSTEM_SERVICES)
 
167
    indicator = appindicator.Indicator.new(APPINDICATOR_ID, './images/dockyard.png', appindicator.IndicatorCategory.SYSTEM_SERVICES)
168
168
    indicator.set_status(appindicator.IndicatorStatus.ACTIVE)
169
169
    indicator.set_attention_icon("new-messages-red")
170
170