Config { overrideRedirect = False , font = "xft:iosevka-12" , bgColor = "#000000" , fgColor = "#f8f8f2" , position = TopW L 90 , commands = [ --Run Weather "EGPF" --[ "--template", " °F" --, "-L", "35" --, "-H", "85" --, "--low" , "lightblue" --, "--normal", "#f8f8f2" --, "--high" , "red" --] 36000 -- , Run Cpu [ "-L", "3" , "-H", "50" , "--high" , "red" , "--normal", "green" ] 10 , Run BatteryP ["BAT1"] ["-t", " (%)", "-L", "10", "-H", "80", "-p", "3", "--", "-O", "On - ", "-i", "", "-L", "-15", "-H", "-5", "-l", "red", "-m", "blue", "-h", "green", "-a", "notify-send -u critical 'Battery running out!!'", "-A", "3"] 600 , Run Alsa "default" "Master" [ "--template", "" , "--suffix" , "True" , "--" , "--on", "" ] , Run Memory ["--template", ""] 10 , Run Swap [] 10 , Run Date "%Y%m%d %H:%M" "date" 10 , Run XMonadLog ] , sepChar = "%" , alignSep = "}{" , template = "%XMonadLog% }{A%alsa:default:Master%M%memory%%cpu%B%battery% %date%" }