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

13 lines
267 B
Plaintext

{
"custom/updates": {
"exec": "hyde-shell systemupdate",
"return-type": "json",
"format": "{0}",
"rotate": 0,
"on-click": "hyprctl dispatch exec -- hyde-shell systemupdate up",
"interval": 86400,
"tooltip": true,
"signal": 20
}
}