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