mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
sway: use font size from theme module
This commit is contained in:
parent
3e6b8fa2ce
commit
9194c29efc
|
@ -166,7 +166,7 @@
|
|||
fonts = {
|
||||
names = ["${config.alyraffauf.desktop.theme.font.name}"];
|
||||
style = "Bold";
|
||||
size = 11.0;
|
||||
size = config.alyraffauf.desktop.theme.font.size + 0.0;
|
||||
};
|
||||
gaps.inner = 5;
|
||||
gaps.outer = 5;
|
||||
|
|
Loading…
Reference in a new issue