Config { overrideRedirect = False , font = "xft:Iosevka Term SS08:size=12:antialias=true" , bgColor = "#cccccc" , fgColor = "#111" , position = TopW L 100 , commands = [ Run Cpu [ "-L", "3" , "-H", "50" , "--high" , "red" ] 10 , Run Battery [ "-t", ": % - ", "--", --"-c", "charge_full", "-O", "AC", "-o", "Bat", "-h", "green", "-l", "red" ] 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 Com "sb-pomo" [] "pomo" 10 , Run Com "sb-anki" [] "anki" 10 , Run Com "sb-tasks" [] "tasks" 10 , Run XMonadLog ] , sepChar = "%" , alignSep = "}{" , template = "%XMonadLog%%anki%%pomo%%tasks% }{ %alsa:default:Master% | %battery% | %date%" }