From e51377acf6de21dcad52c8bc638e0133833b5b90 Mon Sep 17 00:00:00 2001 From: Rolandas Barysas Date: Sun, 9 Aug 2015 14:45:56 +0300 Subject: [PATCH] added mate icon --- icons/twitch-mate.svg | 100 ++++++++++++++++++++++++++++++++++++++++++ run.py | 2 + 2 files changed, 102 insertions(+) create mode 100644 icons/twitch-mate.svg 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"