14 lines
338 B
JSON
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",
|
|
},
|
|
}
|