dots/configs/home/.config/polybar/Scripts/weatherz.sh

5 lines
190 B
Bash
Raw Normal View History

2024-04-29 19:05:39 +02:00
REAL=$(weather-Cli get Jablonec nad Nisou Czechia | grep "Real*" | cut -c 13-)
TEMP=$(weather-Cli get Jablonec nad Nisou Czechia | grep "Temp*" | cut -c 15-)
echo "Z: "$TEMP "|" "f: "$REAL