From e22ce9ab89efe804fa563eb48fc38c571ab22204 Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Mon, 11 May 2009 10:25:44 -0500 Subject: [PATCH] xmobarrc colors like Xresources --- xmobarrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmobarrc b/xmobarrc index 7727e77..8f6743a 100644 --- a/xmobarrc +++ b/xmobarrc @@ -3,8 +3,8 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , fgColor = "grey" , position = Top , lowerOnStart = True - , commands = [ Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10 - , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10 + , commands = [ Run Network "eth0" ["-L","0","-H","32","--normal","#8AE234","--high","#CC0000"] 10 + , Run Cpu ["-L","3","-H","50","--normal","#8AE234","--high","#CC0000"] 10 , Run Memory ["-t","Mem: %"] 10 , Run Swap [] 10 , Run Com "uname" ["-s","-r"] "" 36000