Sway : Fix tabbed border size.

This commit is contained in:
Dmitry Voronin 2024-09-26 02:17:19 +03:00
parent 1d8feb4dbb
commit baa2624f73
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -3,6 +3,6 @@
# fontSize = toString config.style.font.size.desktop;
in {
text = ''
font "${fontName} Medium 0.001"
font "${fontName} Medium 0.01"
'';
}