From aa5a5a0e44e8534a743db6bf92e0eaf486387c4f Mon Sep 17 00:00:00 2001 From: steven Date: Mon, 28 Apr 2025 18:08:33 -0400 Subject: [PATCH] better weather --- waybar/scripts/wttr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'