mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
4 lines
112 B
Plaintext
4 lines
112 B
Plaintext
{% for w in workspaces %}
|
|
Static { xpos = {{w.x}} , ypos = {{w.y}}, width = {{w.w}}, height = 24 }
|
|
{% endfor %}
|