pacpackages module addition
Shows upgradable packages via notify-send. Requires `checkupgrades` which is part of `pacman-contrib` which also includes rankmirrors, pactree etc which a lot of people use i believe so adding it to LARBS dependencies wouldn't be too bad I think.
This commit is contained in:
parent
06c15a8d8b
commit
fada9b143a
1 changed files with 4 additions and 1 deletions
|
@ -8,8 +8,11 @@
|
|||
|
||||
case $BLOCK_BUTTON in
|
||||
1) $TERMINAL -e popupgrade ;;
|
||||
2) notify-send "$(/usr/bin/checkupdates)" ;;
|
||||
3) pgrep -x dunst >/dev/null && notify-send "<b>Upgrade module:</b>
|
||||
📦: number of upgradable packages" ;;
|
||||
📦: number of upgradable packages
|
||||
- Left click to upgrade packages
|
||||
- Middle click to show upgradable packages" ;;
|
||||
esac
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue