summaryrefslogtreecommitdiff
path: root/archey3
diff options
context:
space:
mode:
authorLaurie Clark-Michalek <bluepeppers@archlinux.us>2010-08-31 21:28:10 +0100
committerLaurie Clark-Michalek <bluepeppers@archlinux.us>2010-08-31 21:28:10 +0100
commit8821b7d0f443d0c11632e92b4a5ac80064a33fd1 (patch)
tree947b475a516745963043a22b0d7aae63cb14a2aa /archey3
parent6f0c4d3863085fdf3740bdc67d61f163e27bed2d (diff)
Fix indentation of {wm,de} dicts, and added a few more wm's
Diffstat (limited to 'archey3')
-rwxr-xr-xarchey352
1 files changed, 28 insertions, 24 deletions
diff --git a/archey3 b/archey3
index 0c199ae..7b4c497 100755
--- a/archey3
+++ b/archey3
@@ -92,32 +92,36 @@ FUNC_MAPPINGS = {
DE_DICT = {'gnome-session': 'GNOME',
- 'ksmserver': 'KDE',
- 'xfconfd': 'Xfce 4.6',
- 'lxsession': 'LXDE',
- '': 'None',
+ 'ksmserver': 'KDE',
+ 'xfconfd': 'Xfce 4.6',
+ 'lxsession': 'LXDE',
+ '': 'None',
}
-WM_DICT = {'awesome': 'Awesome',
- 'beryl': 'Beryl',
- 'blackbox': 'Blackbox',
- 'compiz': 'Compiz',
- 'dwm': 'DWM',
- 'enlightenment': 'Enlightenment',
- 'fluxbox': 'Fluxbox',
- 'fvwm': 'FVWM',
- 'icewm': 'IceWM',
- 'kwin': 'KWin',
- 'metacity': 'Metacity',
- 'musca': 'Musca',
- 'openbox': 'Openbox',
- 'pekwm': 'PekWM',
- 'wmaker': 'Window Maker',
- 'wmii': 'wmii',
- 'xfwm4': 'Xfwm',
- 'xmonad': 'xmonad',
- 'scrotwm': 'ScrotWM',
- '': 'None',
+WM_DICT = {
+ 'awesome': 'Awesome',
+ 'beryl': 'Beryl',
+ 'blackbox': 'Blackbox',
+ 'compiz': 'Compiz',
+ 'dwm': 'DWM',
+ 'enlightenment': 'Enlightenment',
+ 'fluxbox': 'Fluxbox',
+ 'fvwm': 'FVWM',
+ 'i3': 'i3',
+ 'icewm': 'IceWM',
+ 'kwin': 'KWin',
+ 'metacity': 'Metacity',
+ 'musca': 'Musca',
+ 'openbox': 'Openbox',
+ 'pekwm': 'PekWM',
+ 'ratpoison': 'ratpoison',
+ 'scrotwm': 'ScrotWM',
+ 'wmaker': 'Window Maker',
+ 'wmfs': 'Wmfs',
+ 'wmii': 'wmii',
+ 'xfwm4': 'Xfwm',
+ 'xmonad': 'xmonad'
+ '': 'None',
}
COLORS = {