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

fix: ensure matugen script exits 0 on success

on nixos this resulted in constant "Failed to generate system themes" errors after each wallpaper change
This commit is contained in:
xdenotte
2025-08-26 01:29:14 +02:00
committed by GitHub
parent a185679cd1
commit fce47ffed7

View File

@@ -359,3 +359,5 @@ command -v qt6ct >/dev/null 2>&1 && [ -f "$CONFIG_DIR/qt6ct/colors/matugen.conf"
command -v ghostty >/dev/null 2>&1 && [ -f "$CONFIG_DIR/ghostty/config-dankcolors" ] && echo " - Ghostty terminal"
command -v kitty >/dev/null 2>&1 && [ -f "$CONFIG_DIR/kitty/dank-theme.conf" ] && echo " - Kitty terminal"
command -v dgop >/dev/null 2>&1 && [ -f "$CONFIG_DIR/dgop/colors.json" ] && echo " - Dgop colors"
exit 0