Config { overrideRedirect = False , font = "xft:Iosevka Term SS08:size=12:antialias=true" , bgColor = "#111" , fgColor = "#ccc" , position = TopW L 90 , commands = [ Run Cpu [ "-L", "3" , "-H", "50" , "--high" , "red" , "--normal", "green" ] 10 , Run Alsa "default" "Master" [ "--template", "Vol: " , "--suffix" , "True" , "--" , "--on", "" ] , Run Memory ["--template", "Mem: %"] 10 , Run Date "%a %Y-%m-%d %H:%M" "date" 10 , Run XMonadLog ] , sepChar = "%" , alignSep = "}{" , template = "%XMonadLog% }{ %alsa:default:Master% | %cpu% | %memory% | %date% " }