diff options
-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() |