From 4df7b8aa955e14c231fff5d1857aa732d751bda7 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 12 Dec 2023 14:16:38 +0900 Subject: [PATCH] small tweak on copy.sh --- copy.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/copy.sh b/copy.sh index abd4efb..7aedc27 100755 --- a/copy.sh +++ b/copy.sh @@ -168,18 +168,14 @@ cp -r config/* ~/.config/ && { echo "${OK}Copy completed!"; } || { echo "${ERROR # copying Wallpapers mkdir -p ~/Pictures/wallpapers cp -r wallpapers ~/Pictures/ && { echo "${OK}Copy completed!"; } || { echo "${ERROR} Failed to copy wallpapers."; exit 1; } 2>&1 | tee -a "$LOG" - - - - + # Set some files as executable 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" +printf "\n%.0s" {1..3} # Additional wallpaper 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 @@ -195,8 +191,6 @@ if [[ $WALL =~ ^[Yy]$ ]]; then fi fi -# Initial Symlinks to avoid errors - # Detect machine type and set Waybar configurations accordingly, logging the output if hostnamectl | grep -q 'Chassis: desktop'; then # Configurations for a desktop