From a2f06180acf822f494a5063bf5415e092808417b Mon Sep 17 00:00:00 2001 From: awy Date: Mon, 27 Jan 2025 02:30:48 +0300 Subject: update --- .local/bin/cron/checkup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin') 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 -- cgit v1.2.3