diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-03 22:44:32 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-03 22:44:32 +0900 |
| commit | d18844a0fb7345d3cf51688e74bbc89a20370555 (patch) | |
| tree | 592129b2d1f924b7df0bff70ff816d738e3de661 | |
| parent | 0dc1c0555d697cd0aa975a142d75a984849386ce (diff) | |
final tweak copy.sh
| -rwxr-xr-x | copy.sh | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -333,7 +333,7 @@ while true; do # Check if the directory exists if [ -d "$sddm_directory" ]; then - echo "Editing $sddm_directory to 12H format" 2>&1 | tee -a "$LOG" + echo "Editing ${SKY_BLUE}$sddm_directory${RESET} to 12H format" 2>&1 | tee -a "$LOG" sudo sed -i 's|^## HourFormat="hh:mm AP"|HourFormat="hh:mm AP"|' "$sddm_directory/theme.conf" 2>&1 | tee -a "$LOG" || true sudo sed -i 's|^HourFormat="HH:mm"|## HourFormat="HH:mm"|' "$sddm_directory/theme.conf" 2>&1 | tee -a "$LOG" || true @@ -773,8 +773,10 @@ printf "\n%.0s" {1..2} # initialize wallust to avoid config error on hyprland wallust run -s $wallpaper 2>&1 | tee -a "$LOG" -printf "\n%.0s" {1..4} -printf "${OK} GREAT! KooL's Hyprland-Dots is now Loaded & Ready !!!" +printf "\n%.0s" {1..2} +printf "${OK} GREAT! KooL's Hyprland-Dots is now Loaded & Ready !!! " +printf "\n%.0s" {1..1} +printf "${MAGENTA} However, it is HIGHLY SUGGESTED to logout and re-login or better reboot to avoid any issues${RESET}" printf "\n%.0s" {1..1} -printf "${MAGENTA} However, it is HIGHLY SUGGESTED to logout and re-login or better reboot to avoid any issues${RESET}\n\n" -printf "${BLUE} Thank you for using KooL's Hyprland Configuration... ENJOY!!! ${RESET}\n"
\ No newline at end of file +printf "${SKY_BLUE}Thank you${RESET} for using ${MAGENTA}KooL's Hyprland Configuration${RESET}... ${YELLOW}ENJOY!!!${RESET}" +printf "\n%.0s" {1..2}
\ No newline at end of file |
