diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 09:58:48 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 09:58:48 +0900 |
| commit | efb6137d6a2e5f91b526341579a216b880286063 (patch) | |
| tree | f11aad74da74bbd5437b9e2d63e47eedb9465ad3 /copy.sh | |
| parent | c67bcc5a22509c55a1c94a33474034db89f07511 (diff) | |
small update
Diffstat (limited to 'copy.sh')
| -rw-r--r-- | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ printf "\n" set -e # Exit immediately if a command exits with a non-zero status. printf "${NOTE} copying dotfiles\n" - for DIR in btop cava dunst hypr kitty rofi swappy swaylock waybar wlogout; do + for DIR in btop cava dunst gtk-3.0 hypr kitty rofi swappy swaylock waybar wlogout; do DIRPATH=~/.config/$DIR if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." |
