diff options
-rw-r--r-- | lib/Monitors.hs | 3 |
1 files changed, 2 insertions, 1 deletions
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 "<leftbar> \xf1e6" ++ " <left> <watts> <timeleft>" + , "-O", fni "\xf1e6 <leftbar>" ++ " <left> <watts> <timeleft>" , "-o", fni "<leftbar>" ++ " <left> <watts> <timeleft>" , "-H", "10", "-L", "7" , "-h", pHigh p, "-l", pLow p] 50 "batt0" |