From ea93a71cf6ac92041f00168e040cdc22882047b7 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 13 May 2024 01:33:50 +0900 Subject: [PATCH] minor tweak to copy.sh --- copy.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/copy.sh b/copy.sh index e1047f2..83e06f3 100755 --- a/copy.sh +++ b/copy.sh @@ -244,7 +244,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..3} +printf "\n%.0s" {1..2} # Detect machine type and set Waybar configurations accordingly, logging the output if hostnamectl | grep -q 'Chassis: desktop'; then @@ -259,8 +259,6 @@ else rm -r "$HOME/.config/waybar/configs/[TOP] Default_v2" 2>&1 | tee -a "$LOG" fi -printf "\n%.0s" {1..2} - # additional wallpapers echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)" printf "\n%.0s" {1..2}