Config { font = "xft:DejaVu Sans:size=8" , bgColor = "#111111" , fgColor = "#c0c0a0" , position = Top , commands = [ Run Cpu ["-L","3","-H","50","--high","#f0c040"] 10 , Run Network "eth0" ["-L","0","-H","32","--normal","aquamarine2","--high","chocolate1"] 10 , Run Memory ["-t","Mem: %"] 10 , Run Battery ["-L","50","-H","75","--high","green","--normal","yellow", "--low", "red"] 10 , Run Swap [] 10 , Run Date "%a, %b %_d %H:%M" "date" 10 , Run StdinReader , Run CpuFreq ["-t","Ghz"] 10 ] , sepChar = "%" , alignSep = "}{" , template = "%StdinReader%}{ %eth0% | %cpu% | %memory% | %swap% | %battery% | %date%" }