dotfiles/.config/waybar/modules/custom-updates.jsonc
Sergio Laín 16704f5a71
📦️ deps(waybar): add waybar-updates package
this one also fetches information from the aur
2024-08-29 13:13:16 +02:00

14 lines
338 B
JSON

{
"custom/updates": {
"format": "{} {icon}",
"return-type": "json",
"format-icons": {
"pending-updates": " ",
"updated": " ",
},
"exec-if": "which waybar-updates",
"exec": "waybar-updates",
"on-click": "pypr toggle topgrade-system",
"on-click-right": "pypr toggle topgrade-all",
},
}