Config { font = "-xos4-terminus-bold-r-normal--20-*-*-*-*-*-iso10646-1" , bgColor = "black" , fgColor = "grey" , position = TopW L 100 , lowerOnStart = True , commands = [ Run Weather "LFRS" ["-t",": C / %","-L","18","-H","25","--normal","#00CC00","--high","#CC0000","--low","lightblue"] 36000 , Run Network "eth0" ["-L","0","-H","32","--normal","#00CC00","--high","#CC0000"] 10 , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10 , Run Memory ["-t","Mem: %"] 10 , Run Battery ["-t","","-L","50","-H","75","-h","green","-n","yell","-l","red"] 10 , Run Date "%k:%M:%S" "date" 10 , Run Com "date" ["+'%a %d %b'"] "mydate" 600 , Run StdinReader ] , sepChar = "%" , alignSep = "}{" , template = "%StdinReader% }{| %cpu% | %memory% | %battery% | %date% %mydate% | %LFRS%" } -- , Run Date "%a %d %b %Y %H:%M:%S" "date" 10 -- %date%