2008-11-10 13:07:17 -06:00
|
|
|
Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
|
|
|
|
, bgColor = "black"
|
|
|
|
, fgColor = "grey"
|
|
|
|
, position = Top
|
2008-12-20 01:52:02 -06:00
|
|
|
, lowerOnStart = True
|
2009-05-11 10:25:44 -05:00
|
|
|
, commands = [ Run Network "eth0" ["-L","0","-H","32","--normal","#8AE234","--high","#CC0000"] 10
|
|
|
|
, Run Cpu ["-L","3","-H","50","--normal","#8AE234","--high","#CC0000"] 10
|
2008-11-10 13:07:17 -06:00
|
|
|
, Run Memory ["-t","Mem: <usedratio>%"] 10
|
|
|
|
, Run Swap [] 10
|
|
|
|
, Run Com "uname" ["-s","-r"] "" 36000
|
|
|
|
, Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
|
|
|
|
, Run StdinReader
|
|
|
|
]
|
|
|
|
, sepChar = "%"
|
|
|
|
, alignSep = "}{"
|
|
|
|
, template = "%StdinReader% | %cpu% | %memory% * %swap% | %eth0% }{ <fc=#ee9a00>%date%</fc> | %uname%"
|
|
|
|
}
|