diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/lib_copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib_copy.sh b/scripts/lib_copy.sh index da78ca16..4e8dda71 100644 --- a/scripts/lib_copy.sh +++ b/scripts/lib_copy.sh @@ -124,7 +124,7 @@ copy_waybar() { copy_phase2() { local log="$1" local base="${DOTFILES_DIR:-.}" - local DIR="btop cava hypr Kvantum qt5ct qt6ct starship swappy wallust wlogout yazi" + local DIR="btop cava hypr Kvantum nwg-dock-hyprland qt5ct qt6ct starship swappy wallust wlogout yazi" for DIR_NAME in $DIR; do local DIRPATH="${XDG_CONFIG_HOME:-$HOME/.config}/$DIR_NAME" if [ -d "$DIRPATH" ]; then |
