dots/configs/home/.config/polybar/weatherjbc.sh

5 lines
190 B
Bash
Raw Normal View History

2023-10-27 19:56:44 +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