``` Config { font = "-*--*-*-*-*-*-*-*-*-*-*-*-*" , bgColor = "#252524" , fgColor = "#BBBBB9" , position = TopW L 97 , lowerOnStart = True , commands = [ Run Date "%H:%M:%S | %d/%m/%Y" "date" 10 , Run Com "/bin/sh" ["-c","sensors|grep temp1|cut -d + -f2|cut -d 'C' -f1"] "tcpu" 10 , Run Cpu ["-L","15","-H","50","--normal","green","--high","red"] 2 , Run Memory ["-t","%","-H","90","--high","red"] 2 , Run Swap [] 2 , Run StdinReader ] , sepChar = "%" , alignSep = "}{" , template ="%StdinReader% Cpu Temp: %tcpu%C %cpu% Mem: %memory% %swap%} %date%{" } ```