Corrected UV
This commit is contained in:
parent
7407f072f6
commit
26584ee06e
16
.xmobarrc
16
.xmobarrc
|
@ -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 =
|
||||||
|
@ -68,8 +69,11 @@ Config {
|
||||||
-- 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"
|
||||||
|
|
Loading…
Reference in a new issue