💥 scripts(update-repo,apply): ignore wlogout and swaync, add kitty to list

This commit is contained in:
retrozinndev
2024-12-10 15:10:34 -03:00
parent 891054b64e
commit aed4874d5d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ echo "######################################"
printf "\n" printf "\n"
CONFIG_DIR="$HOME/.config" CONFIG_DIR="$HOME/.config"
DOTFILES_DIRS=("hypr" "eww" "swaync" "wlogout" "anyrun" "wal" "fastfetch") DOTFILES_DIRS=("hypr" "eww" "kitty" "anyrun" "wal" "fastfetch")
DOTFILES_BACKUP_DIR="$HOME/hyprland-dotfiles-bkp" DOTFILES_BACKUP_DIR="$HOME/hyprland-dotfiles-bkp"
TRASH_DIR="$HOME/.local/share/Trash/files" TRASH_DIR="$HOME/.local/share/Trash/files"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/bash #!/usr/bin/bash
HYPRLAND_DOTS_DIRS=("hypr" "swaync" "eww" "anyrun" "wlogout" "wal" "fastfetch") HYPRLAND_DOTS_DIRS=("hypr" "eww" "anyrun" "kitty" "wal" "fastfetch")
WALLPAPERS_DIR="$HOME/wallpapers" WALLPAPERS_DIR="$HOME/wallpapers"
printf "\n" printf "\n"