Order sway configuration file

This commit is contained in:
Yorick Barbanneau 2022-11-18 22:07:09 +01:00
parent b745ea72f1
commit 50c485a8cf
6 changed files with 69 additions and 5 deletions

View file

@ -0,0 +1,11 @@
{% for k,v in sway_theme_parameters.items() %}
{{ k }} {{ v }}
{% endfor %}
{% for client, c in sway_theme_colors.items() %}
client.{{ client }} {{ c.border }} {{ c.backgound}} {{ c.text }}
{%- if c.indicator is defined %} {{ c.indicator }}
{%- if c.child_border is defined %} {{ c.child_border }}{% endif %}
{% endif %}
{% endfor %}