diff --git a/.config/waybar/scripts/checkupdates b/.config/waybar/scripts/checkupdates index a695922..62022d1 100755 --- a/.config/waybar/scripts/checkupdates +++ b/.config/waybar/scripts/checkupdates @@ -1,7 +1,5 @@ #!/bin/sh -updates="$(paru -Qua | wc -l)" - -count="$(echo "$(paru -Qua | wc -l) + $(pacman -Qu | wc -l)" | bc)" +count="$(checkupdates-with-aur | wc -l)" class="ok" if [ "$count" -gt 0 ]; then