summaryrefslogtreecommitdiff
path: root/ar/.local/bin/cron/checkup
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-11 06:06:27 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-11 06:06:27 +0900
commiteeaa5670e9bbf54af3f5577f6631a72fb3d562de (patch)
tree823ddf2e88b07c97592b9b9d776f6db1d6a97265 /ar/.local/bin/cron/checkup
parentb15632ee7226179d9b7a40f8626f55eed29c92c3 (diff)
updates
Diffstat (limited to 'ar/.local/bin/cron/checkup')
-rwxr-xr-xar/.local/bin/cron/checkup2
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."