Added ghostty matugen template

This commit is contained in:
MichaelThomas0721 2025-08-28 16:39:56 -04:00
parent 57a67bf4df
commit cd6a183c28
4 changed files with 41 additions and 0 deletions

View file

@ -418,5 +418,16 @@ ColumnLayout {
MatugenService.generateFromWallpaper()
}
}
NCheckbox {
label: "Ghostty"
description: "Write ~/.config/ghostty/themes/noctalia and reload"
checked: Settings.data.matugen.ghostty
onToggled: checked => {
Settings.data.matugen.ghostty = checked
if (Settings.data.colorSchemes.useWallpaperColors)
MatugenService.generateFromWallpaper()
}
}
}
}