home/sway: fix font after update

This commit is contained in:
genofire 2022-01-24 20:02:24 +01:00
parent 72128d7f41
commit 21eda88027
1 changed files with 1 additions and 2 deletions

View File

@ -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}"; };