Added UV monitor

This commit is contained in:
Serĉanto de Scio 2017-08-29 20:20:42 +10:00
parent 84afb39b24
commit 1d15d47c58
No known key found for this signature in database
GPG key ID: B41FA6FF04CE4B93

View file

@ -9,7 +9,7 @@ Config {
-- Layout
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %multicpu% %coretemp% %cpufreq% | %memory% | %dynnetwork% | %battery% | %YBRK% | %date%"
, template = "%StdinReader% }{ %multicpu% %coretemp% %cpufreq% | %memory% | %dynnetwork% | %battery% | %YBRK% %uv brisbane% | %date%"
-- Behaviour
, lowerOnStart = False
@ -88,5 +88,12 @@ Config {
-- Time and Date Display
, Run Date "<fc=#268bd2>%a %b %_d %H:%M</fc>" "date" 10
-- Display the current UV
, Run UVMeter "brisbane" [ "-H" , "3"
, "-L" , "3"
, "--low" , "#859900"
, "--high" , "#dc322f"
] 900
]
}