diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-05-24 19:10:08 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 19:10:08 +0900 |
| commit | e0d747a2d34f3fe7f83befb0e36930d2a75de142 (patch) | |
| tree | 1066ef105881f26ecfa8018e18943b182eff0a21 /upgrade.sh | |
| parent | 990dc0233d40e7b13e41855d3f40725792bea127 (diff) | |
| parent | 680aff2bfaf2b8b855717caa2d3c5f31e533096a (diff) | |
Merge pull request #305 from JaKooLit/development
Development to Main Just last tweaking pre-release
Diffstat (limited to 'upgrade.sh')
| -rwxr-xr-x | upgrade.sh | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -33,6 +33,11 @@ declare -A directories=( ["config/rofi/"]="$HOME/.config/rofi/" ["config/swaync/"]="$HOME/.config/swaync/" ["config/waybar/"]="$HOME/.config/waybar/" + ["config/cava/"]="$HOME/.config/cava/" + ["config/ags/"]="$HOME/.config/ags/" + ["config/fastfetch/"]="$HOME/.config/fastfetch/" + ["config/wallust/"]="$HOME/.config/wallust/" + ["config/wlogout/"]="$HOME/.config/wlogout/" # Add more directories to compare as needed ) @@ -40,8 +45,7 @@ declare -A directories=( declare -A exclusions=( ["config/hypr/"]="--exclude=UserConfigs/ --exclude=UserScripts/" ["config/waybar/"]="--exclude=config --exclude=style.css" - ["config/rofi/"]="--exclude=pywal-color/ --exclude=.current_wallpaper" - ["config/waybar/"]="--exclude=config --exclude=style.css --exclude=modules" + ["config/rofi/"]="--exclude=.current_wallpaper" # Add more exclusions as needed ) |
