📦️ 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
|
- nwg-look
|
||||||
- pyprland
|
- pyprland
|
||||||
- wl-clip-persist
|
- wl-clip-persist
|
||||||
|
- waybar-updates
|
||||||
|
|
||||||
# Hooks
|
# Hooks
|
||||||
- check-broken-packages-pacman-hook-git
|
- check-broken-packages-pacman-hook-git
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
"format": "{} {icon}",
|
"format": "{} {icon}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"has-updates": "",
|
"pending-updates": " ",
|
||||||
"updated": "",
|
"updated": " ",
|
||||||
},
|
},
|
||||||
"exec-if": "which waybar-module-pacman-updates",
|
"exec-if": "which waybar-updates",
|
||||||
"exec": "waybar-module-pacman-updates",
|
"exec": "waybar-updates",
|
||||||
"on-click": "pypr toggle topgrade-system",
|
"on-click": "pypr toggle topgrade-system",
|
||||||
"on-click-right": "pypr toggle topgrade-all",
|
"on-click-right": "pypr toggle topgrade-all",
|
||||||
},
|
},
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
#network,
|
#network,
|
||||||
#tray,
|
#tray,
|
||||||
#custom-power-menu,
|
#custom-power-menu,
|
||||||
#custom-updates,
|
|
||||||
#language,
|
#language,
|
||||||
#window,
|
#window,
|
||||||
#custom-weather,
|
#custom-weather,
|
||||||
|
|
Loading…
Add table
Reference in a new issue