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.hs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/Monitors.hs b/src/lib/Monitors.hs
index e61847a..32e9acb 100644
--- a/src/lib/Monitors.hs
+++ b/src/lib/Monitors.hs
@@ -85,7 +85,7 @@ uptime p = Uptime (p <~> [ "-t" , "<days> <hours>", "-m", "3", "-c", "0", "-S"
weather' tmp st p =
WeatherX st
- [ ("", fc (pDim p) $ fni "\xf185")
+ [ ("", fc (pDim p) "") -- "🧚"
, ("clear", fn 4 "🌣")
, ("sunny", fc (pHigh p) $ fn 4 "🌣")
, ("fair", fn 4 "🌣")
@@ -94,9 +94,11 @@ weather' tmp st p =
, ("partly sunny", fn 3 "⛅")
, ("obscured", fn 4 "🌁") -- 🌫
, ("cloudy", fn 3 "☁")
- , ("overcast", fn 3 "☁")
+ -- , ("overcast", fn 3 "☁")
+ , ("overcast", fn 3 "☁️")
, ("partly cloudy", fn 3 "⛅")
- , ("mostly cloudy", fn 3 "☁")
+ -- , ("mostly cloudy", fn 3 "☁")
+ , ("mostly cloudy", fn 3 "☁️")
, ("considerable cloudiness", fn 4 "⛈")
, ("light rain", fn 4 "🌧")
, ("rain", fn 4 "⛆")