Files
AstroVim_Config/.config/waybar/modules/updates.jsonc
2024-10-20 13:32:06 +07:00

11 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,
},