diff options
| -rwxr-xr-x | copy.sh | 3 | ||||
| -rw-r--r-- | scripts/lib_prompts.sh | 1 |
2 files changed, 2 insertions, 2 deletions
@@ -360,7 +360,7 @@ if [[ "$EDITOR_SET" -eq 0 ]] && command -v vim &>/dev/null; then fi printf "\n" - +echo "${INFO} Awaiting monitor resolution selection (1=<1440p, 2=≥1440p)..." 2>&1 | tee -a "$LOG" resolution=$(prompt_resolution_choice) echo "${OK} You have chosen $resolution resolution." 2>&1 | tee -a "$LOG" if [ "$resolution" == "< 1440p" ]; then @@ -384,7 +384,6 @@ if [ "$resolution" == "< 1440p" ]; then fi printf "\n%.0s" {1..1} - prompt_clock_12h "$LOG" printf "\n%.0s" {1..1} prompt_rainbow_borders "$LOG" >/dev/null diff --git a/scripts/lib_prompts.sh b/scripts/lib_prompts.sh index 16931892..ae493842 100644 --- a/scripts/lib_prompts.sh +++ b/scripts/lib_prompts.sh @@ -111,6 +111,7 @@ ${MAGENTA} NOTE:${RESET} prompt_resolution_choice() { local choice while true; do + echo "${INFO:-[INFO]} Resolution selection required (1 = <1440p, 2 = ≥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!" |
