diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-12 14:28:40 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-12 14:28:40 +0900 |
| commit | f94148c9295487318aef9ecbb1785001e5cd0672 (patch) | |
| tree | 1b5bb3b824831970554de79cf803d8502c2c0157 | |
| parent | 4df7b8aa955e14c231fff5d1857aa732d751bda7 (diff) | |
small tweak copy.sh
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
