Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*" , lowerOnStart = True , borderColor = "black" , border = TopB , bgColor = "black" , fgColor = "grey" , position = TopW L 100 , commands = [ Run Weather "KFUL" ["-t", "KFUL: F/"] 36000 , Run Network "wlp3s0" ["-L","0","-H","32","--normal","green","--high","red"] 10 , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10 , Run Memory ["-t","Mem: %"] 10 , Run Battery [ "-t", ": %", "--", --"-c", "energy_full", "-O", "AC", "-o", "Bat", "-h", "green", "-l", "red" ] 10 , Run Com "uname" ["-s","-r"] "" 36000 , Run Date "%a %b %_d %H:%M" "date" 10 , Run StdinReader ] , sepChar = "%" , alignSep = "}{" , template = "%StdinReader% | %cpu% | %memory% | %wlp3s0% | %KFUL% }{%date% | %uname% | %battery% " }