diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-12 14:16:38 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-12 14:16:38 +0900 |
| commit | 4df7b8aa955e14c231fff5d1857aa732d751bda7 (patch) | |
| tree | 490ee1138fb1067150f5a4368e3977b8bbecb51f /copy.sh | |
| parent | 2a59f460d9f169e40e7ff4639664d1a86b172ba6 (diff) | |
small tweak on copy.sh
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -168,18 +168,14 @@ cp -r config/* ~/.config/ && { echo "${OK}Copy completed!"; } || { echo "${ERROR # copying Wallpapers mkdir -p ~/Pictures/wallpapers cp -r wallpapers ~/Pictures/ && { echo "${OK}Copy completed!"; } || { echo "${ERROR} Failed to copy wallpapers."; exit 1; } 2>&1 | tee -a "$LOG" - - - - + # Set some files as executable chmod +x ~/.config/hypr/scripts/* 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\n" +printf "\n%.0s" {1..3} # Additional wallpaper echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)" read -n1 -rep "${CAT} Would you like to download additional wallpapers? (y/n)" WALL @@ -195,8 +191,6 @@ if [[ $WALL =~ ^[Yy]$ ]]; then fi fi -# Initial Symlinks to avoid errors - # Detect machine type and set Waybar configurations accordingly, logging the output if hostnamectl | grep -q 'Chassis: desktop'; then # Configurations for a desktop |
