From 3418ee0085b2d4efab4588b2888f56e82db738c8 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Mon, 23 Jun 2025 15:21:07 -0400 Subject: refactor: integrate fontconfig support --- modules/sway/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/sway/default.nix') diff --git a/modules/sway/default.nix b/modules/sway/default.nix index 22fb206..fbe507f 100644 --- a/modules/sway/default.nix +++ b/modules/sway/default.nix @@ -51,7 +51,7 @@ in right = "i"; fonts = { - names = [ "Roboto" ]; + names = [ "monospace" ]; # style = "Bold"; size = 10.0; }; @@ -136,7 +136,7 @@ in # hiddenState = "hide"; position = "top"; fonts = { - names = [ "Hack Nerd Font Propo" "Material Icons Round" ]; + names = [ "sans-serif" "monospace" ]; size = "10.0"; }; extraConfig = '' -- cgit v1.2.3