Skip to content

Instantly share code, notes, and snippets.

@thuck
thuck / config.json
Last active May 25, 2021 01:34 — forked from bjesus/README.md
Weather widget for waybar
"custom/weather": {
"format": "{}",
"tooltip": true,
"interval": 3600,
"exec": "waybar-wttr.py",
"return-type": "json"
},