1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

auto-reload ghostty config on matugen generation

This commit is contained in:
bbedward
2025-09-24 14:38:45 -04:00
parent bed2259944
commit 3c42a618d4

View File

@@ -181,6 +181,7 @@ build_once() {
printf "%s\n\n" "$OUT" > "$TMP"
cat "$CONFIG_DIR/ghostty/config-dankcolors" >> "$TMP"
mv "$TMP" "$CONFIG_DIR/ghostty/config-dankcolors"
pkill -USR2 -x ghostty >/dev/null 2>&1 || true
fi
fi