Config { overrideRedirect = False , font = "xft:Roboto Mono for Powerline:size=11" , bgColor = "BGCOLOR" , fgColor = "FGCOLOR" , position = TopW L 100 , iconRoot = ".config/xmobar/xpm/" , commands = [Run Cpu [ "-L", "3" , "-H", "50" ] 10 , Run Alsa "default" "Master" [ "--template", "" , "--suffix" , "True" , "--" , "--on", "" ] , Run Memory ["--template", "Mem: %"] 10 , Run Date "%a %Y-%m-%d %H:%M" "date" 10 , Run XMonadLog , Run Com "get_music_info" [] "" 10 ] , sepChar = "%" , alignSep = "}{" , template = " %XMonadLog% }{ %get_music_info% | %alsa:default:Master% | %cpu% | %memory% | %date% " }