Skip to content

Instantly share code, notes, and snippets.

View EliaHKM's full-sized avatar

darkeye90 EliaHKM

View GitHub Profile
@Surendrajat
Surendrajat / config.json
Last active July 19, 2024 12:37
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}",
},