aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2024-09-13 00:07:27 +0900
committerJaKooLit <ejhay.games@gmail.com>2024-09-13 00:07:27 +0900
commit6c526a514f2ad8502b1285fcb3c43f8d973fb32d (patch)
tree3335bf38112eb96113122dca4077744c3fd420e4
parent44656f8459ed959be4c496d00fcf78aeacb020d8 (diff)
updated copy.sh
-rwxr-xr-xcopy.sh8
1 files 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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage