Skip to content
This repository has been archived by the owner on Mar 3, 2018. It is now read-only.

Commit

Permalink
added mate icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolandas Barysas committed Aug 9, 2015
1 parent fd4a4ad commit e51377a
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 0 deletions.
100 changes: 100 additions & 0 deletions icons/twitch-mate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def __init__(self):
self.desktop_env = os.environ.get('DESKTOP_SESSION')
if self.desktop_env == "pantheon":
self.applet_icon = "twitch-elementary"
elif self.desktop_env == "mate":
self.applet_icon = "twitch-mate"
else:
self.applet_icon = "twitch-ubuntu"

Expand Down

0 comments on commit e51377a

Please sign in to comment.