From ee96831c8b9ec7c5a77466f888e792d0f43103d5 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 17 Dec 2018 18:37:47 +0100 Subject: [vim] Add mapping to cycle quickfix more easily --- i3/.config/i3blocks/bin/updates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i3/.config/i3blocks/bin') diff --git a/i3/.config/i3blocks/bin/updates b/i3/.config/i3blocks/bin/updates index 4385305..41c34dc 100755 --- a/i3/.config/i3blocks/bin/updates +++ b/i3/.config/i3blocks/bin/updates @@ -1,7 +1,7 @@ #!/usr/bin/env bash -if command -v pacman -Qu > /dev/null; then - n_updates=$(pacman -Qu | wc -l) +if command -v checkupdates > /dev/null; then + n_updates=$(checkupdates | wc -l) if [[ n_updates -gt 150 ]]; then color='red' elif [[ n_updates -gt 50 ]]; then -- cgit v1.2.3