diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-05-04 17:00:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-04 17:00:43 +0900 |
| commit | 16c0bdbe56a5ac1df2a4f19f2317f73093dc68c0 (patch) | |
| tree | 5e1ae096579d882f884c3c9848bf3ddd7bae5695 | |
| parent | bd0e9001bd063fe45cfd85d796d5e6f1b625a4ac (diff) | |
Update copy.sh
Remove swaylock folder in the backup folder function
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |
