📦️ deps(waybar): add waybar-updates package
this one also fetches information from the aur
This commit is contained in:
parent
09b874b174
commit
16704f5a71
3 changed files with 5 additions and 5 deletions
|
@ -128,6 +128,7 @@
|
|||
- nwg-look
|
||||
- pyprland
|
||||
- wl-clip-persist
|
||||
- waybar-updates
|
||||
|
||||
# Hooks
|
||||
- check-broken-packages-pacman-hook-git
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
"format": "{} {icon}",
|
||||
"return-type": "json",
|
||||
"format-icons": {
|
||||
"has-updates": "",
|
||||
"updated": "",
|
||||
"pending-updates": " ",
|
||||
"updated": " ",
|
||||
},
|
||||
"exec-if": "which waybar-module-pacman-updates",
|
||||
"exec": "waybar-module-pacman-updates",
|
||||
"exec-if": "which waybar-updates",
|
||||
"exec": "waybar-updates",
|
||||
"on-click": "pypr toggle topgrade-system",
|
||||
"on-click-right": "pypr toggle topgrade-all",
|
||||
},
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
#network,
|
||||
#tray,
|
||||
#custom-power-menu,
|
||||
#custom-updates,
|
||||
#language,
|
||||
#window,
|
||||
#custom-weather,
|
||||
|
|
Loading…
Add table
Reference in a new issue