hyprdots

my dotfiles for hyprland
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 903c9b781b9704efde486da75b2ba3b20dd89e37
parent 605acb02f6c47c2c38c565cbdfadf1503ad8cc5c
Author: awy <awy@awy.one>
Date:   Thu, 20 Mar 2025 19:38:29 +0300

fix

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 @@ -8,7 +8,7 @@ export DBUS_SESSION_BUS_ADDRESS=$(grep -E -z "$var" "/proc/$pid/environ" | sed ' notify-send "📦 Repository Sync" "Checking for package updates..." -sudo -A pacman -Syyuw --noconfirm || notify-send "Error downloading 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+8 "${STATUSBAR:-waybar}"