Skip to content

Commit 4f7053f

Browse files
committed
Add icon for xubuntu/xfce - closes #91
1 parent 43ea94d commit 4f7053f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

indicator-sysmonitor

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ class IndicatorSysmonitor(object):
9191
if desktop_environment:
9292
if desktop_environment.lower()[:8] == 'cinnamon':
9393
svg = indicator_icon
94+
if desktop_environment.lower()[:7] == 'xubuntu':
95+
svg = indicator_icon
96+
if desktop_environment.lower()[:4] == 'xfce':
97+
svg = indicator_icon
9498

9599
with open(self.tindicator, "w") as f:
96100
f.write(svg)

0 commit comments

Comments
 (0)