Browse Source

small tweak copy.sh

pull/67/head
JaKooLit 2 years ago
parent
commit
f94148c929
  1. 4
      copy.sh

4
copy.sh

@ -138,6 +138,8 @@ elif [ "$resolution" == "≥ 1440p" ]; then
cp -r config/rofi/resolution/1440p/* config/rofi/ cp -r config/rofi/resolution/1440p/* config/rofi/
fi fi
printf "\n%.0s" {1..2}
### Copy Config Files ### ### Copy Config Files ###
set -e # Exit immediately if a command exits with a non-zero status. 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 #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" 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 "\n${OK} Copy Completed!\n\n\n"
printf "${ORANGE} ATTENTION!!!! \n" printf "${ORANGE} ATTENTION!!!! \n"
printf "${ORANGE} YOU NEED to logout and re-login or reboot to avoid issues\n\n" printf "${ORANGE} YOU NEED to logout and re-login or reboot to avoid issues\n\n"

Loading…
Cancel
Save