From 16c0bdbe56a5ac1df2a4f19f2317f73093dc68c0 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sat, 4 May 2024 17:00:43 +0900 Subject: [PATCH] Update copy.sh Remove swaylock folder in the backup folder function --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 4bb1c52..697fc6d 100755 --- a/copy.sh +++ b/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."