Add variables templates

This commit is contained in:
Yorick Barbanneau 2022-11-18 23:18:33 +01:00
parent 50c485a8cf
commit 4cc219cec0
4 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{% if sway_variables %}
{% for v in sway_variables %}
set {{ v.name }} {{ v.value}}
{% endfor %}
{% endif %}