diff options
| author | Daniel <48409433+darkeddie@users.noreply.github.com> | 2024-05-24 09:03:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 09:03:31 +0000 |
| commit | ecbf401e80b122bbac07e7fc2770ecb06692d252 (patch) | |
| tree | 58ad70b48bcd5f4bfe63de187daf5047bae8cb67 | |
| parent | 6c79e9bfe9ce7223922d3e2f2cefc950eccd9b67 (diff) | |
add missing folders to upgrade.sh
| -rwxr-xr-x | upgrade.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,9 @@ declare -A directories=( ["config/qt6ct/"]="$HOME/.config/qt6ct/" ["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/" # Add more directories to compare as needed ) |
