diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-13 01:33:50 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-13 01:33:50 +0900 |
| commit | ea93a71cf6ac92041f00168e040cdc22882047b7 (patch) | |
| tree | 64df94cb64f5ba161761bfd64ae93658ca163f9c | |
| parent | 0a59d4b9fd14384c5f726504d363ccd2cb213d09 (diff) | |
minor tweak to copy.sh
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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} |
