From e85b10c0164523356916579b590e56415c06e6d2 Mon Sep 17 00:00:00 2001 From: Donald Williams <129223418+dwilliam62@users.noreply.github.com> Date: Sun, 9 Mar 2025 18:12:56 -0400 Subject: Update copy.sh Time format desc wrong Setting 24 or AM/PM asked if you wanted 12hr or AM/PM which are the same. Corrected text to 24HR or AM/PM --- copy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copy.sh b/copy.sh index 47e3ced0..b98d1f20 100755 --- a/copy.sh +++ b/copy.sh @@ -344,7 +344,7 @@ printf "\n%.0s" {1..1} # Ask whether to change to 12hr format while true; do echo -e "${NOTE} ${SKY_BLUE} By default, KooL's Dots are configured in 24H clock format." - read -p "$CAT Do you want to change to 12H format or AM/PM format? (y/n): " answer + read -p "$CAT Do you want to change to 24H or AM/PM format? (y/n): " answer # Convert the answer to lowercase for comparison answer=$(echo "$answer" | tr '[:upper:]' '[:lower:]') @@ -1013,4 +1013,4 @@ printf "\n%.0s" {1..1} printf "${INFO} However, it is ${MAGENTA}HIGHLY SUGGESTED${RESET} to logout and re-login or better reboot to avoid any issues" printf "\n%.0s" {1..1} printf "${SKY_BLUE}Thank you${RESET} for using ${MAGENTA}KooL's Hyprland Configuration${RESET}... ${YELLOW}ENJOY!!!${RESET}" -printf "\n%.0s" {1..3} \ No newline at end of file +printf "\n%.0s" {1..3} -- cgit v1.2.3 From 08a96392f409ed4c1d59986e9821908f52abeceb Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Mon, 10 Mar 2025 10:01:12 +0900 Subject: Update copy.sh --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index b98d1f20..2e61e9c6 100755 --- a/copy.sh +++ b/copy.sh @@ -344,7 +344,7 @@ printf "\n%.0s" {1..1} # Ask whether to change to 12hr format while true; do echo -e "${NOTE} ${SKY_BLUE} By default, KooL's Dots are configured in 24H clock format." - read -p "$CAT Do you want to change to 24H or AM/PM format? (y/n): " answer + read -p "$CAT Do you want to change to 12H (AM/PM) clock format? (y/n): " answer # Convert the answer to lowercase for comparison answer=$(echo "$answer" | tr '[:upper:]' '[:lower:]') -- cgit v1.2.3