dots/.config/waybar/modules/updates.jsonc
2025-03-19 01:00:03 +01:00

11 lines
306 B
JSON

"custom/updates": {
"exec": "systemupdate.sh",
"return-type": "json",
"format": "{}",
"rotate": ${r_deg},
"on-click": "hyprctl dispatch exec 'systemupdate.sh up'",
"interval": 86400, // once every day
"tooltip": true,
"signal": 20
},