From bb32f25c10e26a6fc71b1271bcdc4083c6adf0e4 Mon Sep 17 00:00:00 2001 From: Breizh Date: Wed, 21 Oct 2020 01:12:08 +0200 Subject: [PATCH] =?UTF-8?q?M=C3=A0j=20diverses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .i3blocks/updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.i3blocks/updates b/.i3blocks/updates index 244a3d3..8d2dd13 100755 --- a/.i3blocks/updates +++ b/.i3blocks/updates @@ -17,7 +17,7 @@ then fi avail=($(checkupdates | cut -d' ' -f1)) -aur=($(pikaur -Qua)) +aur=($(pikaur -Qua | cut -d' ' -f2)) total=$((${#avail[@]} + ${#aur[@]})) if [[ $total -eq 0 ]]