Browse Source

Update copy.sh

Remove swaylock folder in the backup folder function
pull/233/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
16c0bdbe56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      copy.sh

2
copy.sh

@ -209,7 +209,7 @@ get_backup_dirname() {
echo "back-up_${timestamp}"
}
for DIR in btop cava hypr kitty Kvantum qt5ct qt6ct rofi swappy swaync swaylock wal waybar wlogout; do
for DIR in btop cava hypr kitty Kvantum qt5ct qt6ct rofi swappy swaync wal waybar wlogout; do
DIRPATH=~/.config/"$DIR"
if [ -d "$DIRPATH" ]; then
echo -e "${NOTE} - Config for $DIR found, attempting to back up."

Loading…
Cancel
Save