diff --git a/icons/twitch-mate.svg b/icons/twitch-mate.svg new file mode 100644 index 0000000..20058ad --- /dev/null +++ b/icons/twitch-mate.svg @@ -0,0 +1,100 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/run.py b/run.py index 1e61808..25ed00c 100644 --- a/run.py +++ b/run.py @@ -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"