From 7b54d08a223d143afc8627a7e8a60ca3403628cc Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 17 Feb 2025 09:50:02 +0900 Subject: updated monitor resolution options which seems confused other people --- copy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/copy.sh b/copy.sh index 98d48920..0127ce2a 100755 --- a/copy.sh +++ b/copy.sh @@ -266,12 +266,12 @@ printf "\n" # Action to do for better appearance while true; do - echo "${NOTE} ${SKY_BLUE} By default, KooL's Dots are configured for 1440p!" + echo "${NOTE} ${SKY_BLUE} By default, KooL's Dots are configured for 1440p or 2k." echo "${WARN} If you dont select proper resolution, Hyprlock will look FUNKY!" echo "${INFO} If you are not sure what is your resolution, choose 1 here!" echo "${MAGENTA}Select monitor resolution to properly configure appearance and fonts:" - echo "$YELLOW -- Enter 1. for monitor resolution 1200p or less (< 1200p)" - echo "$YELLOW -- Enter 2. for monitor resolution higher than 1440p (≥ 1440p)" + echo "$YELLOW -- Enter 1. for monitor resolution less than 1440p (< 1440p)" + echo "$YELLOW -- Enter 2. for monitor resolution equal to or higher than 1440p (≥ 1440p)" read -p "$CAT Enter the number of your choice (1 or 2): " res_choice case $res_choice in -- cgit v1.2.3