Update install.sh

This commit is contained in:
FURK4NGG
2026-01-17 15:08:27 +03:00
committed by GitHub
parent 052c4addd9
commit 1680dd5816
+3
View File
@@ -116,6 +116,9 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then
systemctl --user daemon-reload
systemctl --user enable --now hyprshade-auto.timer
sudo chmod 600 ~/.config/scripts/brightness_mode_state
sudo chown $USER:$USER ~/.config/scripts/brightness_mode_state
echo -e "${GREEN}Enabling services finished succesfully${NC}"
else
echo -e "${RED}Skipping configs setup.${NC}"