diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-11 06:06:27 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-11 06:06:27 +0900 |
| commit | 99df28c440fd72ac391dc679ff3e4b8bd739a118 (patch) | |
| tree | 070f0f6279b8caad0a18272914e4de0dca45349a /ar/.local/bin/cron/checkup | |
| parent | 13a9ed632e1ddea0135a5069d620a9451d0d6bd3 (diff) | |
updates
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 801d406..2ea6772 100755 --- a/ar/.local/bin/cron/checkup +++ b/ar/.local/bin/cron/checkup @@ -7,7 +7,7 @@ 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}" +pkill -RTMIN+14 "${STATUSBAR:-dwmblocks}" if pacman -Qu | grep -v "\[ignored\]"; then notify-send "🎁 Repository Sync" "Updates available. Click statusbar icon (📦) or run sb-popupgrade in terminal for update." |
