diff options
-rwxr-xr-x | .local/bin/cron/checkup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/cron/checkup b/.local/bin/cron/checkup index 387c04e..d40e556 100755 --- a/.local/bin/cron/checkup +++ b/.local/bin/cron/checkup @@ -8,7 +8,7 @@ notify-send "📦 Repository Sync" "Checking for package updates..." doas 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+8 "${STATUSBAR:-i3blocks}" +pkill -RTMIN+8 "${STATUSBAR:-waybar}" if pacman -Qu | grep -v "\[ignored\]" then |