Add fuzzel matugen template

Signed-off-by: Markus Volk <f_l_k@t-online.de>
This commit is contained in:
Markus Volk 2025-08-29 15:50:53 +02:00
parent c601e45436
commit c510afdc28
4 changed files with 33 additions and 0 deletions

View file

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