From a52ebf05b77379be8c6bb05ac5f75e8198bc0f53 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 20 Jan 2026 02:48:43 +0300 Subject: [PATCH] Update install.sh --- install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/install.sh b/install.sh index 53384f6..09dc405 100644 --- a/install.sh +++ b/install.sh @@ -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}"