Update install.sh

This commit is contained in:
FURK4NGG
2026-01-28 15:43:48 +03:00
committed by GitHub
parent 3589edeb3b
commit ab11c59ec8
+2
View File
@@ -76,6 +76,8 @@ mkdir -p "$BASE_DIR"
# Copy files # Copy files
# ------------------------- # -------------------------
echo "[blacklayer] copying files to $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 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.conf" "~/.config/hypr/" 2>/dev/null
cp "/pending-relocation/hypridle.service" "~/.config/systemd/user/" 2>/dev/null cp "/pending-relocation/hypridle.service" "~/.config/systemd/user/" 2>/dev/null