forked from Shinonome/dots-hyprland
settings: apply colors on material palette selection
This commit is contained in:
@@ -50,6 +50,7 @@ ContentPage {
|
|||||||
configOptionName: "appearance.palette.type"
|
configOptionName: "appearance.palette.type"
|
||||||
onSelected: (newValue) => {
|
onSelected: (newValue) => {
|
||||||
Config.options.appearance.palette.type = newValue;
|
Config.options.appearance.palette.type = newValue;
|
||||||
|
Quickshell.execDetached(["bash", "-c", `${Directories.wallpaperSwitchScriptPath} --noswitch`])
|
||||||
}
|
}
|
||||||
options: [
|
options: [
|
||||||
{"value": "auto", "displayName": "Auto"},
|
{"value": "auto", "displayName": "Auto"},
|
||||||
|
|||||||
Reference in New Issue
Block a user