dotfiles/de/home/.config/eww/scripts/widgets/weather-icon
2025-03-18 15:45:02 -07:00

4 lines
116 B
Bash
Executable file

#!/bin/bash
wttr_cache="${HOME}/.cache/wttr.json"
jq -r '.current_condition[0].weatherDesc[0].value' ${wttr_cache}