summaryrefslogtreecommitdiff
path: root/archey.new
diff options
context:
space:
mode:
Diffstat (limited to 'archey.new')
-rw-r--r--archey.new4
1 files changed, 2 insertions, 2 deletions
diff --git a/archey.new b/archey.new
index 72a5b3c..362dae9 100644
--- a/archey.new
+++ b/archey.new
@@ -77,7 +77,7 @@ wmDict = {
'scrotwm': 'ScrotWM',
'wmaker': 'Window Maker',
'wmfs': 'Wmfs',
- wmii': 'wmii',
+ 'wmii': 'wmii',
'xfwm4': 'Xfwm',
'xmonad': 'xmonad'
}
@@ -118,7 +118,7 @@ class Output:
def __detectDistro(self):
if os.path.exists('/etc/pacman.conf'):
return 'Arch Linux'
- else:
+ else:
sys.exit(1)
def append(self, display):