diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-03-10 10:01:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 10:01:39 +0900 |
| commit | 6b657962faff00614e4db69ef5afa16bd98cd0b8 (patch) | |
| tree | 8b8326b01f178a1a811158e92156d5e0b68b718f /copy.sh | |
| parent | 0df081e1c266133ecb44c6e3572ceb882a1bc5b6 (diff) | |
| parent | 08a96392f409ed4c1d59986e9821908f52abeceb (diff) | |
Merge pull request #613 from JaKooLit/dwilliam62-copy.sh-time-format-fix
Update copy.sh Time format desc wrong
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 12H (AM/PM) clock 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} |
