From 6c526a514f2ad8502b1285fcb3c43f8d973fb32d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 13 Sep 2024 00:07:27 +0900 Subject: updated copy.sh --- copy.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/copy.sh b/copy.sh index ca9868fe..ff19ab97 100755 --- a/copy.sh +++ b/copy.sh @@ -234,7 +234,7 @@ elif [ "$resolution" == "≥ 1440p" ]; then cp -r config/rofi/resolution/1440p/* config/rofi/ fi -printf "\n%.0s" {1..2} +printf "\n" # Ask whether to change to 12hr format while true; do @@ -328,7 +328,7 @@ if [[ "$choice" =~ ^[Yy]$ ]]; then else echo "No changes made. Rainbow borders remain enabled." 2>&1 | tee -a "$LOG" fi - +printf "\n" # Copy Config Files # set -e # Exit immediately if a command exits with a non-zero status. @@ -366,7 +366,7 @@ chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG" chmod +x ~/.config/hypr/UserScripts/* 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%.0s" {1..2} +printf "\n" # Detect machine type and set Waybar configurations accordingly if hostnamectl | grep -q 'Chassis: desktop'; then @@ -383,7 +383,7 @@ fi # additional wallpapers echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)" -printf "\n%.0s" {1..2} +printf "\n" while true; do read -rp "${CAT} Would you like to download additional wallpapers? ${WARN} This is more than >600mb (y/n)" WALL -- cgit v1.2.3