diff --git a/home/desktop-sway.nix b/home/desktop-sway.nix index bf90962..144b074 100644 --- a/home/desktop-sway.nix +++ b/home/desktop-sway.nix @@ -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}"; };