aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-01-11 02:44:51 -0500
committerDon Williams <don.e.williams@gmail.com>2026-01-11 02:44:51 -0500
commit27dae2e40ac4fa27cc55a7fa90927fb47a641a85 (patch)
tree4ffe98734b063414672232a22ffddee62e5ecccd /scripts
parent292bbd0bce87926157a58f2f1f6a73046a122130 (diff)
Fixed res prompt
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib_prompts.sh10
1 files changed, 3 insertions, 7 deletions
diff --git a/scripts/lib_prompts.sh b/scripts/lib_prompts.sh
index 45772abb..ce75462c 100644
--- a/scripts/lib_prompts.sh
+++ b/scripts/lib_prompts.sh
@@ -111,13 +111,9 @@ ${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!"
- echo "${MAGENTA}Select monitor resolution to properly configure appearance and fonts:"
- 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)"
+ echo "${INFO:-[INFO]} Select monitor resolution for scaling:"
+ echo " 1) < 1440p (lower DPI; smaller displays)"
+ echo " 2) ≥ 1440p (default; 1440p/2k/4k)"
read -r -p "${CAT} Enter the number of your choice (1 or 2): " choice
case "$choice" in
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage