You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been tinkering with flavours to make my color configs flexible. Updating, applying, and generating schemes have been a breeze so far. However, building seems to have an issue: I have to provide a path to the .mustache or .yaml files for the scheme and template, otherwise the build command won't work.
Kindly see the asciicast below for an example with scheme nord and template i3. Applying the themes goes seamlessly (although you won't see it due to limitations of asciicinema), but I struggle to build a scheme.
I do not have Rust experience although I am more than happy to answer questions to help make this awesome software more awesome 😄.
The text was updated successfully, but these errors were encountered:
heygsiri
changed the title
Building templates requires path to scheme and template
Building themes requires path to scheme and template
Dec 29, 2021
This is currently intended, as flavours build is a "plumbing command" (intended for use in scripts) that acts as a standalone builder. Meaning it doesn't depend on the caller having a flavours config nor a flavours-managed data directory.
Just to clarify, you don't need to build before applying (applying builds for you, based on your flavours config and data dir). Should you want to script something with flavours build, flavours list can help (it can list scheme paths), and in the future #35 should help too.
I am aware that I do not need to build before applying. For now I use flavours build to get a glimpse of the output which helps in planning where the color configuration goes into. Perhaps a switch (such as flavours build -a) to assume the current schemes and templates path?
Hi,
I have been tinkering with flavours to make my color configs flexible. Updating, applying, and generating schemes have been a breeze so far. However, building seems to have an issue: I have to provide a path to the
.mustache
or.yaml
files for the scheme and template, otherwise the build command won't work.Kindly see the asciicast below for an example with scheme
nord
and templatei3
. Applying the themes goes seamlessly (although you won't see it due to limitations of asciicinema), but I struggle to build a scheme.I do not have Rust experience although I am more than happy to answer questions to help make this awesome software more awesome 😄.
The text was updated successfully, but these errors were encountered: