mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
ignore ignored packages for update icon
This commit is contained in:
parent
f79911f67c
commit
4dded8fa46
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user