From bfe6ae5c7c4101e8555e04f6cab1124d09c4f54d Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:08:13 +0300 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 0cf8323..d5ed916 100644 --- a/install.sh +++ b/install.sh @@ -78,9 +78,9 @@ mkdir -p "$BASE_DIR" echo "[blacklayer] copying files to $BASE_DIR" echo "[blacklayer] copying files to ~/.config/hypr/" echo "[blacklayer] copying files to ~/.config/systemd/user/" -cp 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 -cp "/pending-relocation/hypridle.conf" "~/.config/hypr/" 2>/dev/null -cp "/pending-relocation/hypridle.service" "~/.config/systemd/user/" 2>/dev/null +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 # -------------------------