hyprdots/Configs/.config/waybar/modules/updates.jsonc
2024-12-10 23:54:56 +01:00

10 lines
307 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,
},