diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-23 15:21:07 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-23 15:21:07 -0400 |
| commit | 3418ee0085b2d4efab4588b2888f56e82db738c8 (patch) | |
| tree | 693609bfcda1c4ed3c6fb16a9034a21a9345f1de /modules/sway/default.nix | |
| parent | 64f1e7926ce5e62558b582a272734d7998eaddb2 (diff) | |
| download | home-3418ee0085b2d4efab4588b2888f56e82db738c8.tar.gz | |
refactor: integrate fontconfig support
Diffstat (limited to 'modules/sway/default.nix')
| -rw-r--r-- | modules/sway/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 = '' |