Update install.sh

This commit is contained in:
FURK4NGG
2026-01-20 02:48:43 +03:00
committed by GitHub
parent b35922d78d
commit a52ebf05b7
+10
View File
@@ -129,6 +129,16 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then
sudo chmod 600 ~/.config/scripts/brightness_mode_state
sudo chown $USER:$USER ~/.config/scripts/brightness_mode_state
MONITORS=$(hyprctl -j monitors | jq -r '.[].name')
for MONITOR in $MONITORS; do
echo "Your Monitors:"
echo "$MONITOR"
done
echo "If your monitors are not named HDMI-A-2 and DP-2, or if you have more than two monitors, follow these steps:"
echo "Run: ~/.config/scripts/brightness_mode_calib.sh"
echo "Open your hyprland.conf file to make the necessary changes."
echo "open your hyprpaper.conf file to make the necessary changes."
echo -e "${GREEN}Enabling services finished succesfully${NC}"
else
echo -e "${RED}Skipping configs setup.${NC}"