Config { -- Appearance font = "xft:OpenSans:size=9:antialias=true" , bgColor = "#073642" , fgColor = "#93a1a1" , position = TopW L 95 -- Layout , sepChar = "%" , alignSep = "}{" , template = "%StdinReader% } %mpd% { %multicpu% %coretemp% %cpufreq% | %memory% | %battery% | %YBRK% %uv brisbane% | %date%" -- Behaviour , lowerOnStart = False , pickBroadest = False -- choose widest display (multi-monitor) --Plugins , commands = -- CPU Activity Monitor [ Run MultiCpu [ "--template" , "CPU: %|%" , "--Low" , "30" -- units: % , "--High" , "70" -- units: % , "--low" , "#2aa198" , "--normal" , "#859900" , "--high" , "#dc322f" ] 10 -- cpu core temperature monitor , Run CoreTemp [ "--template" , "Temp: °C|°C" , "--Low" , "30" -- units: °C , "--High" , "80" -- units: °C , "--low" , "#2aa198" , "--normal" , "#859900" , "--high" , "#dc322f" ] 50 -- CPU Frequency , Run CpuFreq [ "--template" , "GHz GHz" ] 10 -- Memory Usage Monitor , Run Memory [ "--template" , "MEM %" , "--Low" , "20" -- units: % , "--High" , "90" -- units: % , "--low" , "#2aa198" , "--normal" , "#859900" , "--high" , "#dc322f" ] 10 -- Battery Monitor , Run BatteryP ["BAT"] [ "--template" , "BAT: " , "--Low" , "10" -- units: % , "--High" , "80" -- units: % , "--low" , "#dc322f" , "--normal" , "#859900" , "--high" , "#2aa198" , "--" -- battery specific options -- discharging status , "-o" , "% ()" -- AC "on" status , "-O" , "Charging" -- charged status , "-i" , "Charged" ] 50 -- Read from STDIN , Run StdinReader -- Weather Monitor , Run Weather "YBRK" [ "--template" , " °C" , "--Low" , "10" , "--High" , "35" , "--low" , "#2aa198" , "--normal" , "#859900" , "--high" , "#dc322f" ] 36000 -- Time and Date Display , Run Date "%a %b %_d %H:%M" "date" 10 -- Display the current UV , Run UVMeter "brisbane" [ "-H" , "3" , "-L" , "3" , "--low" , "#859900" , "--high" , "#dc322f" ] 900 -- MPD status , Run MPD ["-t"," - (<album>) <statei> ","--", "-P", ">>", "-Z", "|", "-S", "><"] 10 ] }