aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2024-09-14 23:11:18 +0900
committerGitHub <noreply@github.com>2024-09-14 23:11:18 +0900
commitf5f8bd520161d6e11e2f0cd2e4291d7c09f2fe9d (patch)
treedf47914810780d547649f6199f2eda9f69fa89ab /copy.sh
parente099788a2743502fd960ddebfb294f275d7e603e (diff)
parentbe1a509ab0d637206b295b3d20e478aa033497dc (diff)
Merge pull request #436 from JaKooLit/development
Development to Main
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/copy.sh b/copy.sh
index fe560b2f..7efae273 100755
--- a/copy.sh
+++ b/copy.sh
@@ -104,7 +104,7 @@ layout=$(detect_layout)
if [ "$layout" = "(unset)" ]; then
while true; do
printf "\n%.0s" {1..1}
-print_color $RED "
+print_color $ORANGE "
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
STOP AND READ
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
@@ -152,7 +152,7 @@ while true; do
break ;;
[nN])
printf "\n%.0s" {1..2}
-print_color $RED "
+print_color $ORANGE "
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
STOP AND READ
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
@@ -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,10 +383,10 @@ 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? Warning! This is more than >600mb (y/n)" WALL
+ read -rp "${CAT} Would you like to download additional wallpapers? ${WARN} This is more than >600mb (y/n)" WALL
case $WALL in
[Yy])
echo "${NOTE} Downloading additional wallpapers..."
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage