aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-21 00:02:22 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-21 00:02:22 +0200
commit4a241e5e1f8cd18ed23234cdf9ffcaac129929f9 (patch)
tree5274d61dab398e484464a44e832c383bdf5dae6e /modules/by-name
parentpkgs/notify-run: Actually pass through stdout/stderr (diff)
downloadnixos-config-4a241e5e1f8cd18ed23234cdf9ffcaac129929f9.zip
modules/i3bar-river: Use fc's `fullname` for specifying the font
Otherwise, the found font is a `Light` or `Extra Light` variant.
Diffstat (limited to 'modules/by-name')
-rw-r--r--modules/by-name/i3/i3bar-river/module.nix2
1 files changed, 1 insertions, 1 deletions
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;