mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 18:15:41 +00:00
fix(theme): Add vicinae to preset theme generation
This commit is contained in:
@@ -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`
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user