diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-11 02:39:15 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-11 02:39:15 -0500 |
| commit | e73e6a5ce96a7fd0e849cd112321e3160bedff80 (patch) | |
| tree | 88aec38597de6770d579b7699d0eaf476e682274 /scripts | |
| parent | a31e55ca4acac4bc256b6bb38915b6e414da90ad (diff) | |
fixing prompts for resolution, clock, etc
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: copy.sh
modified: scripts/lib_prompts.sh
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/lib_prompts.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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!" |
