Browse Source

updated copy.sh (removed wlogout folder backup)

pull/38/head
JaKooLit 2 years ago
parent
commit
4502d47a44
  1. 2
      copy.sh

2
copy.sh

@ -141,7 +141,7 @@ fi
set -e # Exit immediately if a command exits with a non-zero status.
printf "${NOTE} - copying dotfiles\n"
for DIR in btop cava dunst hypr kitty rofi swappy swaylock wal waybar wlogout; do
for DIR in btop cava dunst hypr kitty rofi swappy swaylock wal waybar; do
DIRPATH=~/.config/$DIR
if [ -d "$DIRPATH" ]; then
echo -e "${NOTE} - Config for $DIR found, attempting to back up."

Loading…
Cancel
Save