From 3eb715f78172f2e854fc744841ee74203af28073 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 27 Dec 2023 00:38:38 +0900 Subject: dropping dunst in favor of swaync --- config/hypr/v2.2.1 | 5 ----- config/hypr/v2.2.2 | 5 +++++ copy.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 config/hypr/v2.2.1 create mode 100644 config/hypr/v2.2.2 diff --git a/config/hypr/v2.2.1 b/config/hypr/v2.2.1 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.2.1 +++ /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.2 b/config/hypr/v2.2.2 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.2.2 @@ -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 3efaf59d..612b60e4 100755 --- a/copy.sh +++ b/copy.sh @@ -166,7 +166,7 @@ get_backup_dirname() { echo "back-up_${timestamp}" } -for DIR in btop cava dunst hypr kitty Kvantum qt5ct qt6ct rofi swappy swaylock wal waybar wlogout; do +for DIR in btop cava hypr kitty Kvantum qt5ct qt6ct rofi swappy swaylock wal waybar wlogout; do DIRPATH=~/.config/"$DIR" if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." -- cgit v1.2.3