fix(theme): Add vicinae to preset theme generation

This commit is contained in:
loner
2025-10-20 20:45:05 +08:00
parent 38acb4201b
commit b9d9a07e07
+7
View File
@@ -66,6 +66,13 @@ Singleton {
"outputs": [{
"path": "~/.config/vesktop/themes/noctalia.theme.css"
}]
},
"vicinae": {
"input": "vicinae.toml",
"outputs": [{
"path": "~/.local/share/vicinae/themes/matugen.toml"
}],
"postProcess": () => `cp -n ${Quickshell.shellDir}/Assets/noctalia.svg ~/.local/share/vicinae/themes/noctalia.svg && ${colorsApplyScript} vicinae\n`
}
})