diff --git a/waybar/scripts/wttr.sh b/waybar/scripts/wttr.sh index cb0b772..280efca 100755 --- a/waybar/scripts/wttr.sh +++ b/waybar/scripts/wttr.sh @@ -1,3 +1,3 @@ -echo "Weather " -curl -s "https://wttr.in/Louisville?m0dQT"|tr '\n' '\r' -printf "Last Updated ";date +%T +sleep 10 +curl -s "https://wttr.in/Louisville?m&format=%f" && echo " " +curl -s "https://wttr.in/Louisville?mQT"|head -n35|tr '\n' '\r'