.dotfiles/.config/waybar/modules/custom-weather.jsonc
2026-01-18 21:08:16 -07:00

10 lines
152 B
Plaintext

{
"custom/weather": {
"exec": "hyde-shell weather",
"tooltip": true,
"format": "{0}",
"interval": 30,
"return-type": "json"
}
}