summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/polybar/extra/updates-pacman-aurhelper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/extra/updates-pacman-aurhelper.sh b/.config/polybar/extra/updates-pacman-aurhelper.sh
index 83425f5..c74ff0d 100755
--- a/.config/polybar/extra/updates-pacman-aurhelper.sh
+++ b/.config/polybar/extra/updates-pacman-aurhelper.sh
@@ -13,7 +13,7 @@ if ! updates_aur=$(paru -Qum 2> /dev/null | wc -l); then
updates_aur=0
fi
-aur_ignored=$(aurignored | wc -l)
+aur_ignored=$($HOME/.local/bin/aurignored | wc -l)
updates=$((updates_arch + updates_aur - $aur_ignored))