Add foot matugen template

Signed-off-by: Markus Volk <f_l_k@t-online.de>
This commit is contained in:
Markus Volk 2025-08-29 13:56:14 +02:00
parent c770b97649
commit c601e45436
4 changed files with 48 additions and 0 deletions

View file

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