dotfiles/polybar/scripts/weather.sh

4 lines
89 B
Bash
Raw Permalink Normal View History

2022-08-06 00:56:45 +02:00
#!/usr/bin/env bash
echo `curl 'https://wttr.in/Viveiro?format=%c%t+%m+%w' 2>/dev/null`