summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Monitors.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Monitors.hs')
-rw-r--r--src/lib/Monitors.hs9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/Monitors.hs b/src/lib/Monitors.hs
index 42f0966..c0a890c 100644
--- a/src/lib/Monitors.hs
+++ b/src/lib/Monitors.hs
@@ -76,7 +76,7 @@ uptime p = Uptime (p <~> [ "-t" , "<days> <hours>", "-m", "3", "-c", "0", "-S"
, "On" , "-L", "10", "-H", "100"]) 600
-- 🌧
-weather st =
+weather st p =
WeatherX st
[ ("", "<fc=gray60><fn=4>🌑</fn></fc>")
, ("clear", "<fn=4>🌣</fn>")
@@ -91,9 +91,8 @@ weather st =
, ("partly cloudy", "<fn=3>⛅</fn>")
, ("mostly cloudy", "<fn=3>☁</fn>")
, ("considerable cloudiness", "<fn=4>⛈</fn>")]
- ["-t", "<skyConditionS> <tempC>° <rh>% <windKmh> (<hour>)"
- , "-L","10", "-H", "25", "--normal", "black"
- , "--high", "lightgoldenrod4", "--low", "darkseagreen4"]
+ (p <~> ["-t", "<skyConditionS> <tempC>° <rh>% <windKmh>"
+ , "-L","10", "-H", "25"])
18000
batt p =
@@ -166,7 +165,7 @@ masterVol =
Volume "default" "Master"
["-t", "<status> <volume>"
, "--", "-C", "black", "-c", "sienna4"
- , "-O", "<fn=1>🎧</fn>"
+ , "-O", "<fn=4>🎧</fn>"
, "-o", "<fn=4>🔇</fn>"] 10
captureVol = Volume "default" "Capture" ["-t", "<volume>"] 10