diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-03 22:47:20 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-03 22:47:20 +0900 |
| commit | 90f2b68dfb73af8cfa5b7ada7c9c95ce73bbea43 (patch) | |
| tree | 0320354c37ec6869baf6382b82b8a230cef94ade /copy.sh | |
| parent | d18844a0fb7345d3cf51688e74bbc89a20370555 (diff) | |
thought I had all the colors
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -26,11 +26,14 @@ NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)" INFO="$(tput setaf 4)[INFO]$(tput sgr0)" WARN="$(tput setaf 1)[WARN]$(tput sgr0)" CAT="$(tput setaf 6)[ACTION]$(tput sgr0)" -MAGENTA=$(tput setaf 5) -WARNING=$(tput setaf 1) -YELLOW=$(tput setaf 3) -BLUE=$(tput setaf 4) -RESET=$(tput sgr0) +MAGENTA="$(tput setaf 5)" +ORANGE="$(tput setaf 214)" +WARNING="$(tput setaf 1)" +YELLOW="$(tput setaf 3)" +GREEN="$(tput setaf 2)" +BLUE="$(tput setaf 4)" +SKY_BLUE="$(tput setaf 6)" +RESET="$(tput sgr0)" # Create Directory for Copy Logs if [ ! -d Copy-Logs ]; then @@ -776,7 +779,7 @@ wallust run -s $wallpaper 2>&1 | tee -a "$LOG" 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 "${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..2}
\ No newline at end of file |
