From f16011c0c16c58b291781eebe0d241c3f0462466 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:12:14 +0300 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d5ed916..d8c549c 100644 --- a/install.sh +++ b/install.sh @@ -79,8 +79,8 @@ echo "[blacklayer] copying files to $BASE_DIR" echo "[blacklayer] copying files to ~/.config/hypr/" echo "[blacklayer] copying files to ~/.config/systemd/user/" cp -rf blacklayer event-driven.sh blacklayer.conf blacklayer-worker.sh call-blacklayer.sh start-waybars.sh generate-waybar-configs.sh idle-lock.sh idle-sleep.sh idle-resume.sh "$BASE_DIR/" 2>/dev/null -sudo cp -rf "/pending-relocation/hypridle.conf" "~/.config/hypr/" 2>/dev/null -sudo cp -rf "/pending-relocation/hypridle.service" "~/.config/systemd/user/" 2>/dev/null +sudo cp -rf ./pending-relocation/hypridle.conf ~/.config/hypr/ 2>/dev/null +sudo cp -rf ./pending-relocation/hypridle.service ~/.config/systemd/user/ 2>/dev/null # -------------------------