Browse Source

dropping dunst in favor of swaync

pull/106/head
JaKooLit 2 years ago
parent
commit
3eb715f781
  1. 0
      config/hypr/v2.2.2
  2. 2
      copy.sh

0
config/hypr/v2.2.1 → config/hypr/v2.2.2

2
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."

Loading…
Cancel
Save