Skip to content

Commit

Permalink
Merge pull request #36 from Seth-Johnson/master
Browse files Browse the repository at this point in the history
Fixes #35 by correcting path to the unity_indicator icon
  • Loading branch information
colinkeenan committed Dec 18, 2016
2 parents acd4528 + 45adbbf commit e8011f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity_indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class IndicatorSilentcast:
def __init__(self):
self.indicator = appindicator.Indicator.new_with_path (
"silentcast",
"{}/stop{}".format(filepath,args.silentcast_number),
"{}/stop{}.svg".format(filepath,args.silentcast_number),
appindicator.IndicatorCategory.APPLICATION_STATUS,
filepath)
self.indicator.set_status (appindicator.IndicatorStatus.ACTIVE)
Expand Down

0 comments on commit e8011f3

Please sign in to comment.