ignore ignored packages for update icon

This commit is contained in:
Luke Smith 2019-01-03 11:49:14 -05:00
parent f79911f67c
commit 4dded8fa46
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -16,4 +16,4 @@ case $BLOCK_BUTTON in
esac esac
pacman -Qu | wc -l | sed -e "s/^0$//g" pacman -Qu | grep -v "[ignored]" | wc -l | sed -e "s/^0$//g"