Config { overrideRedirect = False , font = "Jetbrains Mono Nerd Font Bold 9" , bgColor = "black" , fgColor = "#646464" , position = Top , border = NoBorder , borderColor = "#646464" , allDesktops = True , pickBroadest = True , commands = [ Run Weather "LZIB" [ "--template", " °C" , "-L", "0" , "-H", "25" , "--low" , "lightblue" , "--normal" , "#f8f8f2" , "--high" , "darkred" ] 9000 , Run MultiCpu [ "--template" , "Cpu: %" , "--Low" , "25" , "--High" , "75" , "--low" , "darkgreen" , "--normal" , "darkorange" , "--high" , "darkred" ] 10 , Run CoreTemp [ "--template" , "Temp: °C|°C|°C|°C|°C|°C" , "--Low" , "60" , "--High" , "85" , "--low" , "darkgreen" , "--normal" , "darkorange" , "--high" , "darkred" ] 50 , Run Memory [ "--template" , "Mem: %" , "--Low" , "20" , "--High" , "60" , "--low" , "darkgreen" , "--normal" , "darkorange" , "--high" , "darkred" ] 10 , Run Kbd [ ("it" , "IT") , ("us" , "US") , ("sk(qwerty)" , "SK") ] , Run Date "%a %Y-%m-%d %H:%M" "date" 10 , Run Uptime [ "--template" , "Uptime: d h m" ] 600 , Run XMonadLog ] , sepChar = "%" , alignSep = "}{" , template = "%XMonadLog% | %uptime% }{%multicpu% | %coretemp% | %memory% | %kbd% | %LZIB% | %date% " }