This is an example of a ~/.config/zenbu directory. Stick the contents
of this directory in ~/.config/zenbu and try out the following, observing
what happens to ~/rendered_Xresources each time.
zenbuwill render withdefaults.yamlzenbu homurawill render withdefaults.yaml, but using the colors fromvariable_sets/homura.yamlzenbu no_pixel_fonts homurawill render... you guessed it, same as before but with the fonts fromvariable_sets/no_pixel_fonts.yaml- Notice the last line in
~/rendered_Xresources: it's using a filter to turn a hex color into an RGB tuple! zenbu -w --watch-command 'xrdb -merge ~/rendered_Xresources' homurawill start a file watcher, so that when any template or variable file change would affect rendering, everything is rerendered andxrdb -merge ~/rendered_Xresourcesis run.