Config { font = "xft:Liberation Mono-10"
, bgColor = "grey"
, fgColor = "black"
, position = Bottom
, commands = [ Run StdinReader
, Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
, Run Cpu ["-L","3","-H","50","--normal","darkgreen","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% | %cpu% | %memory% * %swap% | %eth0% | <fc=#000066>%date%</fc>"
}