Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apply schemes for specific items #26

Open
dustinlagoy opened this issue Mar 16, 2021 · 2 comments
Open

apply schemes for specific items #26

dustinlagoy opened this issue Mar 16, 2021 · 2 comments
Labels
enhancement New feature or request todo Just needs to be fixed

Comments

@dustinlagoy
Copy link

First, flavours is great, thanks! I like to have complementary schemes, as in solarized-light in my terminal and solarized-dark for things like i3. For now I can make this work by having different config files and running:

flavours -c ~/.config/flavours/config-light.toml apply solarized-light
flavours -c ~/.config/flavours/config-dark.toml apply solarized-dark

Would it be useful to implement a different way to handle this? Perhaps one could specify items to apply themes to in the apply command, either by name (which would probably be the value of the template variable) or maybe some tag in the configuration to apply to many items at once. Like:

flavours apply solarized-light --name alacritty
flavours apply solarized-light --tag light

Where the alacritty item would have a line like tag = 'light'.

@Misterio77
Copy link
Owner

Hey, thanks for the input!

This is a pretty cool idea, could be very useful.
I think i prefer the tag approach. I'll for sure implement it very soon.

@Misterio77 Misterio77 added enhancement New feature or request todo Just needs to be fixed labels Mar 17, 2021
@Anachron
Copy link

Anachron commented Jul 6, 2023

You never got around to implement this, did you?
Because sometimes I only want to update a single broken template, it would be nice not to trigger all the other hooks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request todo Just needs to be fixed
Projects
None yet
Development

No branches or pull requests

3 participants