Waybar: Utilize checkupdates-with-aur package

This commit is contained in:
Harzo 2023-05-26 15:37:55 +02:00
parent 1c1f7e40de
commit 1281bd6733
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
updates="$(paru -Qua | wc -l)" count="$(checkupdates-with-aur | wc -l)"
count="$(echo "$(paru -Qua | wc -l) + $(pacman -Qu | wc -l)" | bc)"
class="ok" class="ok"
if [ "$count" -gt 0 ]; then if [ "$count" -gt 0 ]; then