Update instructions for hyprland and hyprpaper config files

Clarify file locations for hyprland.conf and hyprpaper.conf.
This commit is contained in:
FURK4NGG
2026-01-20 13:45:36 +03:00
committed by GitHub
parent bd95921f56
commit f922aa446c
+2 -2
View File
@@ -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