Files
AstroVim_Config/.config/waybar/primary_screen/modules/updates.jsonc
2024-10-26 23:40:04 +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,
},