Merge pull request #532 from lonerOrz/fix/vicinae-preset-generation

fix(theme): Add vicinae to preset theme generation
This commit is contained in:
Lysec
2025-10-20 14:46:35 +02:00
committed by GitHub
+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`
}
})