settings: apply colors on material palette selection

This commit is contained in:
end-4
2025-07-07 17:43:19 +02:00
parent 813395c987
commit 52810b97f4
@@ -50,6 +50,7 @@ ContentPage {
configOptionName: "appearance.palette.type"
onSelected: (newValue) => {
Config.options.appearance.palette.type = newValue;
Quickshell.execDetached(["bash", "-c", `${Directories.wallpaperSwitchScriptPath} --noswitch`])
}
options: [
{"value": "auto", "displayName": "Auto"},