Config { overrideRedirect = False , font = "InconsolataGo Nerd Font Mono 16" , additionalFonts = ["JoyPixels 24"] , bgColor = "#ffff99" , fgColor = "#191970" , position = TopSize L 88 28 , commands = [ Run WeatherX "KLGA" [ ("clear", "clear") , ("sunny", "sunny") , ("mostly clear", "🌣") , ("mostly sunny", "🌤") , ("partly sunny", "⛅") , ("fair", "🌑") , ("cloudy","☁") , ("overcast","☁") , ("partly cloudy", "⛅") , ("mostly cloudy", "mostly cloudy") , ("considerable cloudiness", "⛈")] [ "--template", " °F" , "-L", "0" , "-H", "25" , "--low" , "blue" , "--normal", "#f8f8f2" , "--high" , "red" ] 36000 , Run Cpu [ "-L", "3" , "-H", "50" , "--high" , "red" , "--normal", "darkgreen" ] 10 , Run Memory ["--template", "Mem: %"] 10 , Run Swap [] 10 , Run Date "%a %Y-%m-%d %H:%M" "date" 10 , Run StdinReader ] , sepChar = "%" , alignSep = "}{" , template = "%StdinReader% }{ %cpu% | %memory% * %swap% | %KLGA% | %date% " }