Sway : Fix tabbed border size.
This commit is contained in:
parent
1d8feb4dbb
commit
baa2624f73
|
@ -3,6 +3,6 @@
|
||||||
# fontSize = toString config.style.font.size.desktop;
|
# fontSize = toString config.style.font.size.desktop;
|
||||||
in {
|
in {
|
||||||
text = ''
|
text = ''
|
||||||
font "${fontName} Medium 0.001"
|
font "${fontName} Medium 0.01"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue