From 1e8f38e8c4b9bbfc16fbdd92a3e2d4d6a209a2c3 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 20 Jan 2026 02:30:29 +0300 Subject: [PATCH] Update install.sh --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.sh b/install.sh index 27490df..f66eb4c 100644 --- a/install.sh +++ b/install.sh @@ -111,6 +111,12 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then sudo chmod +x ~/.config/waybar/scripts/weather.py + sudo chown -R bob:bob ~/.config/blacklayer/ + chmod 700 ~/.config/blacklayer + chmod +x ~/.config/blacklayer/*.sh 2>/dev/null || true + chmod 600 ~/.config/blacklayer/*.conf 2>/dev/null || true + [ -f ~/.config/blacklayer/blacklayer ] && chmod +x ~/.config/blacklayer/blacklayer + sudo chmod 600 ~/.config/scripts/hyprshade-toggle-state sudo chown $USER:$USER ~/.config/scripts/hyprshade-toggle-state systemctl --user daemon-reload