diff --git a/copy.sh b/copy.sh index 7aedc27..f607209 100755 --- a/copy.sh +++ b/copy.sh @@ -138,6 +138,8 @@ elif [ "$resolution" == "≥ 1440p" ]; then cp -r config/rofi/resolution/1440p/* config/rofi/ fi +printf "\n%.0s" {1..2} + ### Copy Config Files ### set -e # Exit immediately if a command exits with a non-zero status. @@ -212,7 +214,7 @@ wal -i ~/Pictures/wallpapers/anime-girl-abyss.png 2>&1 | tee -a "$LOG" #initial symlink for Pywal Dark and Light for Rofi Themes ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi" -printf "\n\n" +printf "\n%.0s" {1..2} printf "\n${OK} Copy Completed!\n\n\n" printf "${ORANGE} ATTENTION!!!! \n" printf "${ORANGE} YOU NEED to logout and re-login or reboot to avoid issues\n\n"