Config { font = "xft:Source Code Pro:size=8:antialias=true" , bgColor = "black" , fgColor = "grey" , position = TopW L 100 , commands = [ Run Weather "EGPF" ["-t"," F","-L","64","-H","77","--normal","green","--high","red","--low","lightblue"] 36000 , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10 , Run Memory ["-t","Mem: %"] 10 , Run Swap [] 10 , Run Date "%a %b %_d" "date" 36000 , Run Date "%H:%M:%S" "time" 10 , Run Com "cat" ["/proc/loadavg"] "loadavg" 20 , Run Com "whoami" [] "username" 864000 , Run Com "hostname" [] "hostname" 864000 , Run StdinReader ] , sepChar = "%" , alignSep = "}{" , template = " %StdinReader% }{ %cpu% | %memory% * %swap% | %loadavg% -- %username%@%hostname% %date% %time% | %EGPF%" }