Polybar: Add Rain to weather module

That was a really obvious one. I'm sad that I missed it.
This commit is contained in:
Salt 2017-10-29 19:14:28 -04:00
parent ea89e9316f
commit baa09524ef

View File

@ -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="";