Adds yay updater

This commit is contained in:
Michel Fedde 2025-03-15 13:32:20 +01:00
parent a0c00b0b8f
commit 43f41958f5
5 changed files with 27 additions and 3 deletions

View file

@ -200,5 +200,15 @@
"custom/hypr-class": {
"format": "󰲌 ",
"on-click": "hyprctl activewindow | grep 'class:' | awk -F': ' '{print $2}' | wl-copy -n"
},
"custom/updates": {
"format": "{icon}{0}",
"return-type": "json",
"format-icons": {
"pending-updates": " ",
"updated": " "
},
"exec-if": "which waybar-updates",
"exec": "waybar-updates"
}
}