Early matugen implementation

This commit is contained in:
Ly-sec 2025-08-14 15:17:54 +02:00
parent 44656911cb
commit 2bdff80599
9 changed files with 162 additions and 120 deletions

View file

@ -95,7 +95,7 @@ ColumnLayout {
// Use Wallpaper Theme
NToggle {
label: "Use Wallpaper Theme"
description: "Automatically adjust theme colors based on wallpaper"
description: "Automatically adjust theme colors based on wallpaper using Matugen"
value: Settings.data.wallpaper.generateTheme
onToggled: function (newValue) {
Settings.data.wallpaper.generateTheme = newValue