swaydots

default description
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README

commit 107a884c5e38d0037f275ddf3677124c26eb75b6
parent 6e258ad4e6290e623a63ba9801fe23216a0ac2a3
Author: awy <awy@awy.one>
Date:   Fri, 29 Nov 2024 01:47:29 +0300

s

Diffstat:
M.local/bin/cron/checkup | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/cron/checkup b/.local/bin/cron/checkup @@ -5,7 +5,7 @@ export DISPLAY=':0' notify-send "📦 Repository Sync" "Checking for package updates..." -doas pacman -Syyuw --noconfirm > /dev/null || notify-send "Error downloading 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}"