From 692fdccbdd304d81d588eab1256a44620a675050 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 2 Jun 2024 23:26:11 +0900 Subject: Bumping to v2.2.13, wallpaper wont be backup anymore but rather just overwrite existing one --- config/hypr/v2.2.12 | 5 ----- config/hypr/v2.2.13 | 5 +++++ copy.sh | 9 --------- 3 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 config/hypr/v2.2.12 create mode 100644 config/hypr/v2.2.13 diff --git a/config/hypr/v2.2.12 b/config/hypr/v2.2.12 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.2.12 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.2.13 b/config/hypr/v2.2.13 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.2.13 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file diff --git a/copy.sh b/copy.sh index de17f6ac..9366ea39 100755 --- a/copy.sh +++ b/copy.sh @@ -236,15 +236,6 @@ for DIR in ags btop cava fastfetch hypr kitty Kvantum qt5ct qt6ct rofi swappy sw fi done -for DIRw in wallpapers; do - DIRPATH=~/Pictures/"$DIRw" - if [ -d "$DIRPATH" ]; then - echo "${NOTE} - Wallpapers in $DIRw found, attempting to create back up." - cp -r "$DIRPATH" "$DIRPATH-backup" 2>&1 | tee -a "$LOG" - echo "${NOTE} - Backed up $DIRw to $DIRPATH-backup" - fi -done - printf "\n%.0s" {1..2} # Copying config files -- cgit v1.2.3