From 3acb71a2104c08eebacd5b07541ebca87f9e9a1b Mon Sep 17 00:00:00 2001 From: nevaforget Date: Mon, 30 Mar 2026 23:34:26 +0200 Subject: [PATCH] Fix GTK4 theme comment to match Grey accent --- scripts/transform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"