summaryrefslogtreecommitdiff
path: root/archey
diff options
context:
space:
mode:
authorMelik Manukyan <melik@archlinux.us>2009-12-27 19:15:01 -0800
committerMelik Manukyan <melik@archlinux.us>2009-12-27 19:15:01 -0800
commite27fe09ebcd399cc0e56dec787fd85d3342ab3fa (patch)
tree3c55d4a47a61202f6439d331d7ec42b86fc23964 /archey
parent0e3317220ac318ec412efd2342684be8c8816081 (diff)
Added support for Xfce 4.6
Diffstat (limited to 'archey')
-rw-r--r--archey7
1 files changed, 4 insertions, 3 deletions
diff --git a/archey b/archey
index 676ce6b..7cdc2fb 100644
--- a/archey
+++ b/archey
@@ -99,7 +99,8 @@ def battery_display():
def de_display():
dict = {'gnome-session': 'GNOME',
'ksmserver': 'KDE',
- 'xfce-mcs-manager': 'Xfce'}
+ 'xfce-mcs-manager': 'Xfce 4',
+ 'xfconfd': 'Xfce 4.6'}
de = 'None found'
for key in dict.keys():
if key in processes: de = dict[key]
@@ -113,12 +114,12 @@ def wm_display():
'compiz': 'Compiz',
'dwm': 'DWM',
'enlightenment': 'Enlightenment',
- 'fluxbox': 'Fluxbox',
+ 'fluxbox': 'Fluxbox',
'fvwm': 'FVWM',
'icewm': 'icewm',
'kwin': 'kwin',
'metacity': 'Metacity',
- 'openbox': 'Openbox',
+ 'openbox': 'Openbox',
'wmaker': 'Window Maker',
'xfwm4': 'Xfwm',
'xmonad': 'Xmonad'}