diff options
| author | luukvbaal <31730729+luukvbaal@users.noreply.github.com> | 2018-12-20 19:55:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-20 19:55:25 +0100 |
| commit | 9b59309997fa2d5d47cdbf853573bf362288c0a8 (patch) | |
| tree | 97c9d77943021c13365fcc10289c0be64a242d2f /.scripts | |
| parent | fada9b143a4243811fafff272e9f3742f4ef17da (diff) | |
| download | eibhear-9b59309997fa2d5d47cdbf853573bf362288c0a8.tar.gz eibhear-9b59309997fa2d5d47cdbf853573bf362288c0a8.tar.zst eibhear-9b59309997fa2d5d47cdbf853573bf362288c0a8.zip | |
use pacman -Qu instead
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/statusbar/pacpackages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/statusbar/pacpackages b/.scripts/statusbar/pacpackages index afbf1e7..9e1ef22 100755 --- a/.scripts/statusbar/pacpackages +++ b/.scripts/statusbar/pacpackages @@ -8,7 +8,7 @@ case $BLOCK_BUTTON in 1) $TERMINAL -e popupgrade ;; - 2) notify-send "$(/usr/bin/checkupdates)" ;; + 2) notify-send "$(/usr/bin/pacman -Qu)" ;; 3) pgrep -x dunst >/dev/null && notify-send "<b>Upgrade module:</b> 📦: number of upgradable packages - Left click to upgrade packages |
