From d70da9b5f0697ae0584a554b4764399b56462113 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Fri, 8 May 2026 16:30:16 -0700 Subject: [PATCH] fix: add --source-color-index 0 to matugen for non-interactive use --- configs/quickshell/ii/scripts/colors/switchwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/quickshell/ii/scripts/colors/switchwall.sh b/configs/quickshell/ii/scripts/colors/switchwall.sh index 468d285..076b664 100755 --- a/configs/quickshell/ii/scripts/colors/switchwall.sh +++ b/configs/quickshell/ii/scripts/colors/switchwall.sh @@ -306,7 +306,7 @@ switch() { fi fi - matugen "${matugen_args[@]}" + matugen --source-color-index 0 "${matugen_args[@]}" echo "[$(date)] Running python script" >> "$LOG" "$(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/python3" "$SCRIPT_DIR/generate_colors_material.py" "${generate_colors_material_args[@]}" \ > "$STATE_DIR"/user/generated/material_colors.scss 2>> "$LOG"