diff --git a/scripts/transform.sh b/scripts/transform.sh index 34b9c7f..06cf4e4 100755 --- a/scripts/transform.sh +++ b/scripts/transform.sh @@ -273,7 +273,7 @@ for src_dir in /etc/xdg/*/; do app_name="$(basename "$src_dir")" # Only overwrite apps that moonarch manages [[ -d "$DEFAULTS_DIR/xdg/$app_name" ]] || continue - # gtk-4.0 is handled separately with Colloid-Catppuccin theme symlinks + # gtk-4.0 is handled separately with Colloid-Grey-Dark-Catppuccin theme symlinks [[ "$app_name" == "gtk-4.0" ]] && continue dest_dir="$HOME/.config/$app_name" rm -rf "$dest_dir" 2>/dev/null || sudo rm -rf "$dest_dir"