Corrected UV

This commit is contained in:
Craige McWhirter 2020-03-17 22:12:34 +10:00
parent 7407f072f6
commit 26584ee06e
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -7,13 +7,14 @@ Config {
, position = TopW L 95 , position = TopW L 95
-- Layout -- Layout
, sepChar = "%" , sepChar = "%" -- delineator between plugin names and straight text
, alignSep = "}{" , alignSep = "}{" -- separator between left-right alignment
, template = "%StdinReader% } %mpd% { %multicpu% %coretemp% %cpufreq% | %memory% | %battery% | %YBRK% %uv brisbane% | %date%" , template = "%StdinReader% } %mpd% { %multicpu% %coretemp% %cpufreq% | %memory% | %battery% | %YBRK% | %uv Brisbane% | %date%"
-- Behaviour -- Behaviour
, lowerOnStart = False , lowerOnStart = False -- send to bottom of window stack on start
, pickBroadest = False -- choose widest display (multi-monitor) , pickBroadest = False -- choose widest display (multi-monitor)
, overrideRedirect = False -- set the Override Redirect flag (Xlib)
--Plugins --Plugins
, commands = , commands =
@ -57,19 +58,22 @@ Config {
, "--high" , "#2aa198" , "--high" , "#2aa198"
, "--" -- battery specific options , "--" -- battery specific options
-- discharging status -- discharging status
, "-o" , "<left>% (<timeleft>)" , "-o" , "<left>% (<timeleft>)"
-- AC "on" status -- AC "on" status
, "-O" , "<fc=#2aa198>Charging</fc>" , "-O" , "<fc=#2aa198>Charging</fc>"
-- charged status -- charged status
, "-i" , "<fc=#859900>Charged</fc>" , "-i" , "<fc=#859900>Charged</fc>"
] 50 ] 50
-- Read from STDIN -- Read from STDIN
, Run StdinReader , Run StdinReader
-- Display the current Wireless SSID
-- , Run Wireless "wlp1s0" [ "-t", "<essid>" ] 10
-- Weather Monitor -- Weather Monitor
, Run Weather "YBRK" [ "--template" , " <tempC>°C" , Run Weather "YBRK" [ "--template" , " <skyCondition> <tempC>°C <rh>% <pressure> hPa"
, "--Low" , "10" , "--Low" , "10"
, "--High" , "35" , "--High" , "35"
, "--low" , "#2aa198" , "--low" , "#2aa198"
@ -81,7 +85,7 @@ Config {
, Run Date "<fc=#268bd2>%a %b %_d %H:%M</fc>" "date" 10 , Run Date "<fc=#268bd2>%a %b %_d %H:%M</fc>" "date" 10
-- Display the current UV -- Display the current UV
, Run UVMeter "brisbane" [ "-H" , "3" , Run UVMeter "Brisbane" [ "-H" , "3"
, "-L" , "3" , "-L" , "3"
, "--low" , "#859900" , "--low" , "#859900"
, "--high" , "#dc322f" , "--high" , "#dc322f"