diff options
author | jao <jao@gnu.org> | 2022-08-18 19:21:33 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-18 19:21:33 +0100 |
commit | 46c04a480907a2a4a88c8f8a935b7a2b06f774b4 (patch) | |
tree | 6acb62a6fa412e9060845cc158a8ae23f09badc3 | |
parent | b4a393816356df8a38a1198a4fd65537f6bb3569 (diff) | |
download | xmobar-config-46c04a480907a2a4a88c8f8a935b7a2b06f774b4.tar.gz xmobar-config-46c04a480907a2a4a88c8f8a935b7a2b06f774b4.tar.bz2 |
nit
-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" |