summaryrefslogtreecommitdiff
path: root/archey3
diff options
context:
space:
mode:
authorLaurie Clark-Michalek <bluepeppers@archlinux.us>2010-09-01 14:56:43 +0100
committerLaurie Clark-Michalek <bluepeppers@archlinux.us>2010-09-01 14:56:43 +0100
commit90134a0a631cef450549241b323814211ec46a9e (patch)
tree4d5ccd442e9c9b3c7be80745f5039217cf905b95 /archey3
parent8821b7d0f443d0c11632e92b4a5ac80064a33fd1 (diff)
Damn thoes pesky commas: fixed syntax error (how on earth did I not notice that??
Diffstat (limited to 'archey3')
-rwxr-xr-xarchey34
1 files changed, 2 insertions, 2 deletions
diff --git a/archey3 b/archey3
index 7b4c497..1a2653e 100755
--- a/archey3
+++ b/archey3
@@ -120,7 +120,7 @@ WM_DICT = {
'wmfs': 'Wmfs',
'wmii': 'wmii',
'xfwm4': 'Xfwm',
- 'xmonad': 'xmonad'
+ 'xmonad': 'xmonad',
'': 'None',
}
@@ -423,4 +423,4 @@ uptime, sensors, ram, de and wm. See the DISPLAY list in the archey source file
screenshot()
if __name__ == "__main__":
- main() \ No newline at end of file
+ main()