From 4da2d793e586f3f45a54fb9755ee9bf39d3cd52e Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Fri, 22 Mar 2024 12:16:31 +0100 Subject: [PATCH] mangohud: link to tracking issue (#299) --- modules/mangohud/hm.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/mangohud/hm.nix b/modules/mangohud/hm.nix index 38715c3..78d1bd4 100644 --- a/modules/mangohud/hm.nix +++ b/modules/mangohud/hm.nix @@ -38,7 +38,10 @@ in { gpu_load_color = "${base0B}, ${base0A}, ${base08}"; cpu_load_color = "${base0B}, ${base0A}, ${base08}"; fps_color = "${base0B}, ${base0A}, ${base08}"; - font_scale = 1.33333; # px -> pt conversion + + # TODO: Use the point unit: + # https://github.com/danth/stylix/issues/251. + font_scale = 1.33333; }; };