Files
.dotfiles/dotfiles/config/waybar/modules/updates.jsonc
2024-03-24 13:25:38 +08:00

11 lines
287 B
JSON

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