mangohud: fix font file
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
2b2ffe0b1f
commit
c1e923ef3c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in {
|
||||||
device_battery = "gamepad,mouse";
|
device_battery = "gamepad,mouse";
|
||||||
dynamic_frame_timing = true;
|
dynamic_frame_timing = true;
|
||||||
engine_color = "dc322f";
|
engine_color = "dc322f";
|
||||||
font_file = "${pkgs.nerd-fonts.iosevka}/share/fonts/truetype/NerdFonts/IosevkaTermSlabNerdFontPropo-Medium.ttf";
|
font_file = "${pkgs.nerd-fonts.iosevka}/share/fonts/truetype/NerdFonts/Iosevka/IosevkaNerdFontPropo-SemiBold.ttf";
|
||||||
font_size = 24;
|
font_size = 24;
|
||||||
fps_limit = "100,75,60,50"; # !! Monitor dependent
|
fps_limit = "100,75,60,50"; # !! Monitor dependent
|
||||||
fps_limit_method = "early"; # Smoother frametimes compared to late
|
fps_limit_method = "early"; # Smoother frametimes compared to late
|
||||||
|
|
Loading…
Add table
Reference in a new issue