Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , bgColor = "black" , fgColor = "grey" , position = Bottom , lowerOnStart = True , commands = [ Run Weather "KORD" ["-t","F","-L","50","-H","75","--normal","darkgreen","--high","darkred","--low","lightblue"] 36000 , Run Network "wlan0" ["-L","0","-H","32","--normal","darkgreen","--high","darkred"] 10 , Run Cpu ["-L","3","-H","50","--normal","darkgreen","--high","darkred"] 10 , Run Memory ["-t","Mem: %"] 10 , Run Swap [] 10 , Run Date "%a %b %_d %H:%M:%S" "date" 10 , Run Battery [] 10 , Run StdinReader ] , sepChar = "%" , alignSep = "}{" , template = "%StdinReader% }{ %KORD% | %cpu% | %memory% * %swap% | %wlan0% | %battery% | %date%" } -- vim:ft=haskell: