Skip to content

Instantly share code, notes, and snippets.

View tdtooke's full-sized avatar

tdtooke

  • Tektronix Component Solutions
View GitHub Profile
@Surendrajat
Surendrajat / config.json
Last active June 12, 2025 19:45
A Clean & Customizable Weather module for Waybar
"custom/weather": {
"exec": "python ~/.config/waybar/scripts/weather.py",
"restart-interval": 300,
"return-type": "json",
"on-click": "xdg-open https://weather.com/en-IN/weather/today/l/$(location_id)"
// "format-alt": "{alt}",
},