summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Monitors.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-27 02:17:30 +0000
committerjao <jao@gnu.org>2022-02-27 02:18:00 +0000
commit751fd2cdc7e5bc641abf4ec9b2d9997440d62fef (patch)
treeb709a4e69104fd9a39790c8f275f71c36d7b5523 /src/lib/Monitors.hs
parent2ed4205aab638c6e17b91e6af7cc08662f1af03a (diff)
downloadxmobar-config-751fd2cdc7e5bc641abf4ec9b2d9997440d62fef.tar.gz
xmobar-config-751fd2cdc7e5bc641abf4ec9b2d9997440d62fef.tar.bz2
sway tweaks
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 "⛆")