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

How do you specify the file and template under the usage section? #10

Closed
ghost opened this issue Nov 19, 2020 · 3 comments
Closed

How do you specify the file and template under the usage section? #10

ghost opened this issue Nov 19, 2020 · 3 comments
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@ghost
Copy link

ghost commented Nov 19, 2020

Some sort of example would be helpful

@Misterio77
Copy link
Owner

Hi!
Here's an example for i3wm:

[[item]]
file = '~/.config/i3/config'
template = 'i3'
subtemplate = 'colors'
hook = 'i3-msg reload'
rewrite = false

Just make a [[item]] for each file you want, then specify the file and template (optionally subtemplate too) with file, template and subtemplate keys.

If you want a list of schemes and templates, take a look at the base16 repo.

@Misterio77
Copy link
Owner

Misterio77 commented Nov 19, 2020

Here's how config.toml looks like in my dotfiles: https://github.com/Misterio77/dotfiles/blob/master/home/.config/flavours/config.toml

There'll probably be a couple of not released templates, or templates waiting for a pull request on base16 repo. So take a look at this comment if you want to use the polybar template, for example, or let me know if you want me to release one i still didn't

@Misterio77 Misterio77 added question Further information is requested documentation Improvements or additions to documentation labels Nov 19, 2020
@Misterio77
Copy link
Owner

Closing this as an possible documentation improvement, centralized in #11.

Let me know if you need any more help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant