xmobarrc colors like Xresources

This commit is contained in:
David Alexander Majnemer 2009-05-11 10:25:44 -05:00
parent 9d92489bd4
commit e22ce9ab89

View file

@ -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: <usedratio>%"] 10
, Run Swap [] 10
, Run Com "uname" ["-s","-r"] "" 36000