mangohud: link to tracking issue (#299)

This commit is contained in:
NAHO 2024-03-22 12:16:31 +01:00 committed by GitHub
parent 2221c7d61b
commit 4da2d793e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
};
};