Adds yay updater
This commit is contained in:
parent
a0c00b0b8f
commit
43f41958f5
5 changed files with 27 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue