diff --git a/install-scripts/dotfiles.sh-main-dl b/install-scripts/dotfiles-main.sh similarity index 81% rename from install-scripts/dotfiles.sh-main-dl rename to install-scripts/dotfiles-main.sh index e028c92..8c61643 100644 --- a/install-scripts/dotfiles.sh-main-dl +++ b/install-scripts/dotfiles-main.sh @@ -7,7 +7,7 @@ source "$(dirname "$(readlink -f "$0")")/Global_functions.sh" # Check if Hyprland-Dots exists -printf "Downloading Hyprland dots from main for the Hyprland v0.42.0 update...\n" +printf "${NOTE} Downloading KooL's Hyprland Dots....\n" if [ -d Hyprland-Dots ]; then cd Hyprland-Dots @@ -22,7 +22,7 @@ else chmod +x copy.sh ./copy.sh else - echo -e "Can't download Hyprland-Dots" + echo -e "$ERROR Can't download Hyprland-Dots" fi fi