dotfiles/.config/polybar/scripts/weather.sh

3 lines
199 B
Bash
Raw Normal View History

2021-07-11 15:51:11 +02:00
#!/bin/sh
exec notify-send "$(curl -s http://rss.accuweather.com/rss/liveweather_rss.asp\?metric\=${METRIC}\&locCode\=76692 \ | sed -n '/Currently:/ s/.*: \(.*\): \([0-9]*\)\([CF]\).*/\2°\3 \1/p')"