Config { font = "-*-Fixed-Bold-R-Normal-*-18*-*-*-*-*-*-*" , bgColor = "darkgreen" , fgColor = "grey" , position = BottomW L 90 , lowerOnStart = False , commands = [ Run Weather "KDEN" ["-t", " F", "-L", "64", "-H", "77", "--normal", "green", "--high", "red", "--low", "blue"] 36000 , Run Cpu ["-t", "cpu %", "-L", "3", "-H", "50", "--normal", "green", "--high", "red"] 10 , Run Memory ["-t", "mem %"] 10 , Run DynNetwork ["-L", "0", "-H", "32", "--normal", "green", "--high", "red"] 300 -- , Run Swap ["-t", "swap: %"] 10 , Run Date "%a %b %_d %l:%M (%s)" "date" 10 , Run BatteryP ["BAT0"] ["-t", "AC (%)"] 500 , Run StdinReader ] , sepChar = "%" , alignSep = "}{" , template = "%StdinReader% }{ %cpu%|%dynnetwork%|%memory%|%battery%|%date%|%KDEN%" }