Config { font = "xft:monospace-6:bold" , bgColor = "#333333" , fgColor = "#cccccc" , position = Top , lowerOnStart = False , commands = [ Run Cpu ["-t", ""] 10 , Run Memory ["-t","%"] 10 , Run Date "%H:%M:%S %m-%d" "date" 10 , Run BatteryP ["BAT0"] ["-t","","-L","30","-H","90","-l","orange","-n","red","-h","green"] 60 , Run StdinReader , Run PipeReader "/tmp/aumix2pipe-fifo" "volume" ] , sepChar = "%" , alignSep = "}{" , template = "%date% | C%cpu% M%memory% V%volume% B%battery% | %StdinReader%" }