Arch-audit-gtk starts with an error

Hello all,
I don’t like so much updates every day. So according to this thread I’ve replaced the original eos-update-notifier with arch-audit-gtk. After KDE start the program displays a broken red icon which changes immediately to green after clicking on “check for updates” (my first action after start).
I presume that the tool starts too quickly while the wlan/network hasn’t booted up.
Is there a way to to delay the start to win some moments? I can not find it in the list of autostart files, how is it executed automatically?

#! /bin/bash
while ! ping -c 1 -W 1 www.google.com; do
    echo "Waiting for network....."
    sleep 1
done
arch-audit-gtk&