dotfiles/.config/waybar/modules/custom-updates.jsonc
2024-08-31 00:42:27 +02:00

15 lines
359 B
JSON

{
"custom/updates": {
"format": "{} {icon}",
"return-type": "json",
"tooltip": true,
"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",
},
}