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