From 049d7af240fefdcd847852f2f4f8fa01aba5b943 Mon Sep 17 00:00:00 2001 From: Alen Basic Date: Wed, 23 Jul 2014 13:44:35 +1000 Subject: Added Cinnamon & Nemo --- archey | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archey b/archey index 9ec6175..bea9fa0 100755 --- a/archey +++ b/archey @@ -14,6 +14,7 @@ # See http://www.gnu.org/licenses/gpl.txt for the full license text. # Import libraries + import os, sys, subprocess, optparse, re, linecache from subprocess import Popen, PIPE from optparse import OptionParser @@ -38,6 +39,7 @@ colorDict = { } deDict = { + 'cinnamon-sessio': 'Cinnamon', 'gnome-session': 'GNOME', 'mate-session': 'MATE', 'ksmserver': 'KDE', @@ -60,6 +62,7 @@ wmDict = { 'kwin': 'KWin', 'metacity': 'Metacity', 'musca': 'Musca', + 'nemo': 'Nemo', 'openbox': 'Openbox', 'pekwm': 'PekWM', 'ratpoison': 'ratpoison', -- cgit v1.2.3