From f922aa446ca914707cd8837de852a7b0a654c38a Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:45:36 +0300 Subject: [PATCH] Update instructions for hyprland and hyprpaper config files Clarify file locations for hyprland.conf and hyprpaper.conf. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 09dc405..be4d820 100644 --- a/install.sh +++ b/install.sh @@ -136,8 +136,8 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then 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 "Open your hyprland.conf file to make the necessary changes.(might be in ~/.config/hypr/)" + echo "open your hyprpaper.conf file to make the necessary changes.(might be in ~/.config/hypr/)" echo -e "${GREEN}Enabling services finished succesfully${NC}" else