mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
mangohud: link to tracking issue (#299)
This commit is contained in:
parent
2221c7d61b
commit
4da2d793e5
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue