💥 scripts(update-repo,apply): ignore wlogout and swaync, add kitty to list
This commit is contained in:
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user