From 88ef6925a42f2c22c4b88b5b3dd5556bb41fda7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sat, 16 Dec 2023 17:06:04 +0100 Subject: [PATCH] Fix i3 fonts --- hm/desktop.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hm/desktop.nix b/hm/desktop.nix index eaf6c20..fda7639 100644 --- a/hm/desktop.nix +++ b/hm/desktop.nix @@ -79,9 +79,13 @@ in mode_pres_sec = "Presentation (secondary display)"; mode_screen = "Screen setup [A] Auto [L] Load [S] Save [R] Remove [D] Default"; mode_temp = "Temperature [R] Red [D] Dust storm [C] Campfire [O] Normal [A] All nighter [B] Blue"; + fonts = config.stylix.fonts; in { modifier = "Mod4"; + fonts = { + names = [ fonts.sansSerif.name ]; + }; terminal = "alacritty"; colors = let ignore = "#ff00ff"; in with config.lib.stylix.colors.withHashtag; lib.mkForce { @@ -512,7 +516,7 @@ in autorandr = { enable = true; hooks.postswitch = { - background = "${pkgs.feh}/bin/feh --no-fehbg --bg-fill ${config.stylix.image}"; + background = "${pkgs.feh}/bin/feh --no-fehbg --bg-fill ${config.stylix.image}"; }; }; mpv = {