Add variables templates
This commit is contained in:
parent
50c485a8cf
commit
4cc219cec0
4 changed files with 27 additions and 0 deletions
5
templates/00-variables.config.j2
Normal file
5
templates/00-variables.config.j2
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% if sway_variables %}
|
||||
{% for v in sway_variables %}
|
||||
set {{ v.name }} {{ v.value}}
|
||||
{% endfor %}
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue