From 46c04a480907a2a4a88c8f8a935b7a2b06f774b4 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 18 Aug 2022 19:21:33 +0100 Subject: nit --- lib/Monitors.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Monitors.hs b/lib/Monitors.hs index 56cf308..70f71bc 100644 --- a/lib/Monitors.hs +++ b/lib/Monitors.hs @@ -88,6 +88,7 @@ weather' tmp st p = , ("mostly sunny", fn 4 "🌤") , ("partly sunny", fn 3 "⛅") , ("obscured", fn 4 "🌁") -- 🌫 + , ("mist", fn 4 "🌁") , ("cloudy", fn 3 "☁") , ("overcast", fn 3 "☁️") , ("partly cloudy", fn 3 "⛅") @@ -146,7 +147,7 @@ iconBatt p = , "-a", "notify-send -u critical 'Battery running out!!!!!!'" , "-A", "5" , "-i", fni "\xf011" - , "-O", fni " \xf1e6" ++ " " + , "-O", fni "\xf1e6 " ++ " " , "-o", fni "" ++ " " , "-H", "10", "-L", "7" , "-h", pHigh p, "-l", pLow p] 50 "batt0" -- cgit v1.2.3