From baa09524ef6bc92764c207efffb9c2a839b57f92 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 29 Oct 2017 19:14:28 -0400 Subject: [PATCH] Polybar: Add Rain to weather module That was a really obvious one. I'm sad that I missed it. --- .config/polybar/weather.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/polybar/weather.sh b/.config/polybar/weather.sh index a7ac7c4f..d83034c4 100755 --- a/.config/polybar/weather.sh +++ b/.config/polybar/weather.sh @@ -23,6 +23,7 @@ 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" == "Rain" ]; 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="";