2022-08-24 08:07:33 +00:00
|
|
|
Config { overrideRedirect = False
|
2023-05-17 06:17:02 +00:00
|
|
|
, font = "InconsolataGo Nerd Font Mono 16"
|
|
|
|
, additionalFonts = ["JoyPixels 24"]
|
2022-08-24 08:07:33 +00:00
|
|
|
, bgColor = "#ffff99"
|
|
|
|
, fgColor = "#191970"
|
2023-08-04 22:47:21 +00:00
|
|
|
, position = TopSize L 88 28
|
2022-08-24 08:07:33 +00:00
|
|
|
, commands = [ Run WeatherX "KLGA"
|
2022-09-07 12:31:00 +00:00
|
|
|
[ ("clear", "clear")
|
|
|
|
, ("sunny", "sunny")
|
2022-09-04 19:50:18 +00:00
|
|
|
, ("mostly clear", "🌣")
|
2022-08-24 08:07:33 +00:00
|
|
|
, ("mostly sunny", "🌤")
|
|
|
|
, ("partly sunny", "⛅")
|
|
|
|
, ("fair", "🌑")
|
|
|
|
, ("cloudy","☁")
|
|
|
|
, ("overcast","☁")
|
|
|
|
, ("partly cloudy", "⛅")
|
2022-09-07 12:31:00 +00:00
|
|
|
, ("mostly cloudy", "mostly cloudy")
|
2022-08-24 08:07:33 +00:00
|
|
|
, ("considerable cloudiness", "⛈")]
|
2022-09-07 12:31:00 +00:00
|
|
|
[ "--template", "<skyConditionS> <tempF>°F"
|
2022-08-24 08:07:33 +00:00
|
|
|
, "-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: <usedratio>%"] 10
|
|
|
|
, Run Swap [] 10
|
|
|
|
, Run Date "%a %Y-%m-%d <fc=#191970>%H:%M</fc>" "date" 10
|
|
|
|
, Run StdinReader
|
|
|
|
]
|
|
|
|
, sepChar = "%"
|
|
|
|
, alignSep = "}{"
|
2022-09-04 19:50:18 +00:00
|
|
|
, template = "%StdinReader% }{ %cpu% | %memory% * %swap% | %KLGA% | %date% "
|
2022-08-24 08:07:33 +00:00
|
|
|
}
|