summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Monitors.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-10-14 00:48:46 +0100
committerjao <jao@gnu.org>2019-10-14 00:48:46 +0100
commit68f2f5fc251c611c3848c0810fd303e655860038 (patch)
treec63a507fadfd599b339c98b37aaabb64dea1ff61 /src/lib/Monitors.hs
parente0cb3b4e09b5367a1b330f1de508e0452ed60db8 (diff)
downloadxmobar-config-68f2f5fc251c611c3848c0810fd303e655860038.tar.gz
xmobar-config-68f2f5fc251c611c3848c0810fd303e655860038.tar.bz2
better dark colors
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