From 4a241e5e1f8cd18ed23234cdf9ffcaac129929f9 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 21 Jul 2026 00:02:22 +0200 Subject: modules/i3bar-river: Use fc's `fullname` for specifying the font Otherwise, the found font is a `Light` or `Extra Light` variant. --- modules/by-name/i3/i3bar-river/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/by-name/i3/i3bar-river/module.nix b/modules/by-name/i3/i3bar-river/module.nix index 982ec1e3..55ac59e9 100644 --- a/modules/by-name/i3/i3bar-river/module.nix +++ b/modules/by-name/i3/i3bar-river/module.nix @@ -186,7 +186,7 @@ in { }; # The font and various sizes - font = "SauceCodePro Nerd Font Mono:pixelsize=26"; + font = "SauceCodePro NFM:pixelsize=26"; height = 24; margin_top = 10; margin_bottom = 0; -- cgit v1.3.1