dots/configs/home/.config/polybar/weatherjbc.sh
2023-10-27 19:56:44 +02:00

5 lines
190 B
Bash
Executable file

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