ignore ignored packages for update icon

This commit is contained in:
Luke Smith
2019-01-03 11:49:14 -05:00
parent e0a5be4ade
commit ebdff2ce6a

View File

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