Config { font = "fixed"
       , bgColor = "#000000"
       , fgColor = "#AFAF87"
       , position = BottomW L 90
       , lowerOnStart = True
       , commands = [ Run Network "wlan0" ["-L","-1","-H","32","-n","#429942","-h","#A36666","-t","Net: <rx>|<tx>"] 10
			, Run Cpu ["-L","-1","-H","50","--normal","#429942","--high","#A36666"] 10
			, Run Memory ["-t","Mem: <used>/<total>"] 10
			, Run Swap ["-t","Swap: <used>/<total>"] 10
			, Run Date "%a %b %_d %Y <fc=#ffff00>%l:%M</fc>" "date" 10
			, Run StdinReader
			]
       , sepChar = "%"
       , alignSep = "}{"
       , template = " %StdinReader% }{ %cpu%  %memory%  %swap%  %wlan0%        %date%"
       }