From 26584ee06e225dbb024b33099f0320e7440c17fe Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 17 Mar 2020 22:12:34 +1000 Subject: [PATCH] Corrected UV --- .xmobarrc | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.xmobarrc b/.xmobarrc index 8e5529a..c2ff98a 100644 --- a/.xmobarrc +++ b/.xmobarrc @@ -7,13 +7,14 @@ Config { , position = TopW L 95 -- Layout - , sepChar = "%" - , alignSep = "}{" - , template = "%StdinReader% } %mpd% { %multicpu% %coretemp% %cpufreq% | %memory% | %battery% | %YBRK% %uv brisbane% | %date%" + , sepChar = "%" -- delineator between plugin names and straight text + , alignSep = "}{" -- separator between left-right alignment + , template = "%StdinReader% } %mpd% { %multicpu% %coretemp% %cpufreq% | %memory% | %battery% | %YBRK% | %uv Brisbane% | %date%" -- Behaviour - , lowerOnStart = False - , pickBroadest = False -- choose widest display (multi-monitor) + , lowerOnStart = False -- send to bottom of window stack on start + , pickBroadest = False -- choose widest display (multi-monitor) + , overrideRedirect = False -- set the Override Redirect flag (Xlib) --Plugins , commands = @@ -57,19 +58,22 @@ Config { , "--high" , "#2aa198" , "--" -- battery specific options - -- discharging status - , "-o" , "% ()" - -- AC "on" status - , "-O" , "Charging" - -- charged status - , "-i" , "Charged" + -- discharging status + , "-o" , "% ()" + -- AC "on" status + , "-O" , "Charging" + -- charged status + , "-i" , "Charged" ] 50 -- Read from STDIN , Run StdinReader + -- Display the current Wireless SSID + -- , Run Wireless "wlp1s0" [ "-t", "" ] 10 + -- Weather Monitor - , Run Weather "YBRK" [ "--template" , " °C" + , Run Weather "YBRK" [ "--template" , " °C % hPa" , "--Low" , "10" , "--High" , "35" , "--low" , "#2aa198" @@ -81,7 +85,7 @@ Config { , Run Date "%a %b %_d %H:%M" "date" 10 -- Display the current UV - , Run UVMeter "brisbane" [ "-H" , "3" + , Run UVMeter "Brisbane" [ "-H" , "3" , "-L" , "3" , "--low" , "#859900" , "--high" , "#dc322f"