diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-03 11:49:14 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-03 11:49:14 -0500 |
| commit | ebdff2ce6aafc95e51986447b1add7389f7a3a3a (patch) | |
| tree | 5000597560e6d6bfcc2737b778e7de2491612392 /.scripts/statusbar | |
| parent | e0a5be4ade920ceb59287e9350f7e87ebaf82563 (diff) | |
| download | eibhear-ebdff2ce6aafc95e51986447b1add7389f7a3a3a.tar.gz eibhear-ebdff2ce6aafc95e51986447b1add7389f7a3a3a.tar.zst eibhear-ebdff2ce6aafc95e51986447b1add7389f7a3a3a.zip | |
ignore ignored packages for update icon
Diffstat (limited to '.scripts/statusbar')
| -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 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" |
