From a5843b1173d2ea66e41e13255812e589e6808247 Mon Sep 17 00:00:00 2001 From: Laurie Date: Mon, 25 Jan 2010 21:08:24 +0000 Subject: Added ScrotWM support --- archey | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) mode change 100644 => 100755 archey diff --git a/archey b/archey old mode 100644 new mode 100755 index 85a1c52..c5b340b --- a/archey +++ b/archey @@ -82,7 +82,8 @@ wm_dict = {'awesome': 'Awesome', 'wmaker': 'Window Maker', 'wmii': 'wmii', 'xfwm4': 'Xfwm', - 'xmonad': 'xmonad'} + 'xmonad': 'xmonad', + 'scrotwm': 'ScrotWM'} sh_dict = {'zsh': 'Z-Shell', 'bash': 'Bash', @@ -137,8 +138,8 @@ def screenshot(): def coretemp_display(): tempinfo = Popen(['sensors', 'coretemp-*'], stdout=PIPE).communicate()[0].split('\n')[2::4] temps = '' - orange = '\x1b[1;31m' - red = '\x1b[1;33m' + orange = '\x1b[1;33m' + red = '\x1b[1;31m' blue = '\x1b[1;34m' for line in tempinfo: value = line.split(':')[1].replace(' ','').split('(')[0] -- cgit v1.2.3-54-g00ecf