diff options
author | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2010-09-01 14:56:43 +0100 |
---|---|---|
committer | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2010-09-01 14:56:43 +0100 |
commit | 90134a0a631cef450549241b323814211ec46a9e (patch) | |
tree | 4d5ccd442e9c9b3c7be80745f5039217cf905b95 | |
parent | 8821b7d0f443d0c11632e92b4a5ac80064a33fd1 (diff) |
Damn thoes pesky commas: fixed syntax error (how on earth did I not notice that??
-rwxr-xr-x | archey3 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() |