dotfiles/waybar/scripts/wttr.sh

4 lines
107 B
Bash
Raw Normal View History

2025-04-21 00:06:44 -04:00
echo "Weather "
curl -s "https://wttr.in/Louisville?m0dQT"|tr '\n' '\r'
printf "Last Updated ";date +%T