Polybar: Add entry for Mostly Clear to weather module

This commit is contained in:
Salt 2017-09-13 21:53:00 -05:00
parent b22403eacd
commit 309af33a40

View File

@ -18,6 +18,7 @@ if [ "$w_txt" == "Sunny" ]; then w_sym="";
elif [ "$w_txt" == "Mostly Sunny" ]; then w_sym="~";
elif [ "$w_txt" == "Showers" ]; then w_sym="";
elif [ "$w_txt" == "Clear" ]; then w_sym="";
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="~~";