Config { font = "-*-terminus-*-*-normal--12-120-72-72-c-60-*-*" , bgColor = "#170f0d" , fgColor = "#746c48" , borderColor = "#746c48" , border = NoBorder --BottomBM 1 , position = Top , allDesktops = True , hideOnStart = False , overrideRedirect = True , persistent = True , lowerOnStart = True , commands = [ Run Weather "KHOU" ["-t","Houston: °F ()","-L","32","-H","80","--normal","#70a16c","--high","#af652f","--low","#7b854e"] 36000 , Run Network "wlp3s0" ["-t"," KB/s up // KB/s down","-L","0","-H","32","--normal","#70a16c","--high","#af652f"] 10 , Run Cpu ["-L","3","-H","50","--normal","#746c48","--high","#af652f"] 10 , Run Memory ["-t","Mem: %"] 10 , Run Com "uname" ["-s","-r"] "" 36000 , Run Date "%a %b %d %Y %I:%M %p (%S)" "date" 10 , Run BatteryP ["BAT0"] ["-t", "Bat: %","-L","15","-H","90","--high","#7b854e","--low","#af652f"] 600 , Run UnsafeStdinReader ] , sepChar = "%" , alignSep = "}{" , template = "%UnsafeStdinReader% }{ %battery% | %cpu% | %memory% | %wlp3s0% | %date% | %KHOU% | %uname%" }