diff options
| author | JaKooLit <ejhay.games@gmail.com~> | 2025-02-17 09:50:02 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com~> | 2025-02-17 09:50:02 +0900 |
| commit | 7b54d08a223d143afc8627a7e8a60ca3403628cc (patch) | |
| tree | 63635bc1fe7684960065ddd4f625e783172cfafd | |
| parent | fe11fa7c5ab3283b90f0b9cd338cb7a1381c5344 (diff) | |
updated monitor resolution options which seems confused other people
| -rwxr-xr-x | copy.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
