summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Monitors.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-10-30 23:33:25 +0000
committerjao <jao@gnu.org>2020-10-30 23:33:25 +0000
commita25d59f8a0e8f4bb118c42ef721ba292b76accb1 (patch)
tree5843a3024ea53912d43b730bc6b9068bcc7f1795 /src/lib/Monitors.hs
parent8bf62f7156ca8b789f1b3d60d553ac9ac2cf4958 (diff)
downloadxmobar-config-a25d59f8a0e8f4bb118c42ef721ba292b76accb1.tar.gz
xmobar-config-a25d59f8a0e8f4bb118c42ef721ba292b76accb1.tar.bz2
icon play
Diffstat (limited to 'src/lib/Monitors.hs')
-rw-r--r--src/lib/Monitors.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/Monitors.hs b/src/lib/Monitors.hs
index 35601cd..ddea7e5 100644
--- a/src/lib/Monitors.hs
+++ b/src/lib/Monitors.hs
@@ -79,13 +79,13 @@ uptime p = Uptime (p <~> [ "-t" , "<days> <hours>", "-m", "3", "-c", "0", "-S"
-- 🌧
weather' tmp st p =
WeatherX st
- [ ("", fc "gray60" $ fn 4 "🌑")
+ [ ("", fc (pDim p) $ fni "\xf185")
, ("clear", fn 4 "🌣")
- , ("sunny", fn 4 "🌣")
+ , ("sunny", fc (pHigh p) $ fn 4 "🌣")
+ , ("fair", fn 4 "🌣")
, ("mostly clear", fn 4 "🌤")
, ("mostly sunny", fn 4 "🌤")
, ("partly sunny", fn 3 "⛅")
- , ("fair", fn 4 "🌑")
, ("obscured", fn 4 "🌁") -- 🌫
, ("cloudy", fn 3 "☁")
, ("overcast", fn 3 "☁")