From 29df121f32193917ff14c3c8a62f7e7229888f55 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 18 Sep 2017 20:52:13 -0500 Subject: [PATCH] Polybar: Add weather icon for Scattered Showers --- .config/polybar/weather.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/polybar/weather.sh b/.config/polybar/weather.sh index 7e001b53..a7ac7c4f 100755 --- a/.config/polybar/weather.sh +++ b/.config/polybar/weather.sh @@ -22,6 +22,7 @@ elif [ "$w_txt" == "Mostly Clear" ]; then w_sym="~"; elif [ "$w_txt" == "Thunderstorms" ]; then w_sym=""; elif [ "$w_txt" == "Scattered Thunderstorms" ]; then w_sym="~"; elif [ "$w_txt" == "Isolated Thundershovers" ]; then w_sym="~~"; +elif [ "$w_txt" == "Scattered Showers" ]; then w_sym=""; elif [ "$w_txt" == "Cloudy" ]; then w_sym=""; elif [ "$w_txt" == "Mostly Cloudy" ]; then w_sym="~"; elif [ "$w_txt" == "Partly Cloudy" ]; then w_sym="";