From a25d59f8a0e8f4bb118c42ef721ba292b76accb1 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 30 Oct 2020 23:33:25 +0000 Subject: icon play --- src/lib/Monitors.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/Monitors.hs') 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" , " ", "-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 "☁") -- cgit v1.2.3