Config { font = "-*-terminus-*-*-*-*-12-*-*-*-*-*-*-u", , bgColor = "#000000" , fgColor = "#002AFF" -- used to make the bar appear correctly after Mod-q in older xmonad implementations (0.9.x) -- doesn't seem to do anything anymore (0.10, darcs) -- lowerOnStart = False, commands = [ -- Addison, TX Run MultiCpu ["-t","Cpu: ","-L","30","-H","60","-h","green","-l","orange","-n","red","-w","3"] 10, Run Memory ["-t","Mem: %","-H","8192","-L","4096","-h","darkgreen","-l","darkorange","-n","darkred"] 10, Run Com "uname" ["-s","-r"] "" 36000, Run Date "%a %b %_d %Y %H:%M" "date" 10, Run StdinReader ] , sepChar = "%" , alignSep = "}{" , template = "%StdinReader% }{ %multicpu% | %memory% | %date% | %uname% " }