diff options
Diffstat (limited to 'ar/.local/bin/cron/checkup')
| -rwxr-xr-x | ar/.local/bin/cron/checkup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/cron/checkup b/ar/.local/bin/cron/checkup index dfdfc4a..801d406 100755 --- a/ar/.local/bin/cron/checkup +++ b/ar/.local/bin/cron/checkup @@ -5,8 +5,8 @@ notify-send "📦 Repository Sync" "Checking for package updates..." sudo pacman -Syyuw --noconfirm || notify-send "⛔ Error downloading updates. - Check your internet connection, if pacman is already running, or run update manually to see errors." + pkill -RTMIN+16 "${STATUSBAR:-dwmblocks}" if pacman -Qu | grep -v "\[ignored\]"; then |
