summaryrefslogtreecommitdiffstats
path: root/.scripts/statusbar/pacpackages
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-01-03 11:49:14 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-01-03 11:49:14 -0500
commitebdff2ce6aafc95e51986447b1add7389f7a3a3a (patch)
tree5000597560e6d6bfcc2737b778e7de2491612392 /.scripts/statusbar/pacpackages
parente0a5be4ade920ceb59287e9350f7e87ebaf82563 (diff)
downloadeibhear-ebdff2ce6aafc95e51986447b1add7389f7a3a3a.tar.gz
eibhear-ebdff2ce6aafc95e51986447b1add7389f7a3a3a.tar.zst
eibhear-ebdff2ce6aafc95e51986447b1add7389f7a3a3a.zip
ignore ignored packages for update icon
Diffstat (limited to '.scripts/statusbar/pacpackages')
-rwxr-xr-x.scripts/statusbar/pacpackages2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/statusbar/pacpackages b/.scripts/statusbar/pacpackages
index 9e1ef22..9164830 100755
--- a/.scripts/statusbar/pacpackages
+++ b/.scripts/statusbar/pacpackages
@@ -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"