home/sway: fix font after update
This commit is contained in:
parent
72128d7f41
commit
21eda88027
|
@ -148,8 +148,7 @@ in
|
|||
modifier = "${modifier}";
|
||||
menu = "${menu}";
|
||||
terminal = "alacritty";
|
||||
# fonts = { names = ["monospace"]; style = "monospace"; size = 7;};
|
||||
fonts = [ "pango:monospace 7" ];
|
||||
fonts = { names = ["monospace"]; style = "monospace"; size = 7.0;};
|
||||
colors = {
|
||||
focused = { background = "${cyan}"; border = "${cyan}"; childBorder = "${cyan}"; indicator = "${white}"; text = "${elegant}"; };
|
||||
focusedInactive = { background = "${gray}"; border = "${gray}"; childBorder = "${gray}"; indicator = "${magenta}"; text = "${cyan}"; };
|
||||
|
|
Loading…
Reference in New Issue