aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-12-02 10:47:04 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-12-02 10:47:04 +0900
commit6cc39410a05f9acfb3360aeff47444c4bb963ee4 (patch)
treeb45a1ed17ff0c0bca166fcc6fff38d540ffd6971
parent2d5bd765ac73553b59d6b9f065993dac02934ded (diff)
corrected copied
-rwxr-xr-xcopy.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/copy.sh b/copy.sh
index 5d2dd152..7da9b371 100755
--- a/copy.sh
+++ b/copy.sh
@@ -185,13 +185,14 @@ chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG"
# Set executable for initial-boot.sh
chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG"
+printf "\n\n"
# adding user to input group
printf " adding user to input group...\n"
sudo gpasswd -a $(whoami) input 2>&1 | tee -a "$LOG"
-
+printf "\n\n"
# Additional wallpaper
-echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)\n"
+echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)"
read -n1 -rep "${CAT} Would you like to download additional wallpapers? (y/n)" WALL
sleep 1
@@ -207,7 +208,7 @@ fi
# initialize pywal to avoid config error on hyprland
wal -i ~/Pictures/wallpapers/mecha-nostalgia.png 2>&1 | tee -a "$LOG"
-
+printf "\n\n"
printf "\n${OK} Copy Completed!\n\n\n"
printf "${ORANGE} ATTENTION!!!! \n"
printf "${ORANGE} YOU NEED to logout and re-login or reboot to avoid issues\n\n"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage