mangohud: enable adaptive vsync and sort
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
4fe9d11cc2
commit
ae00cbe12e
1 changed files with 10 additions and 8 deletions
|
@ -16,28 +16,30 @@ in {
|
||||||
enableSessionWide = true;
|
enableSessionWide = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
core_load = true;
|
|
||||||
frame_timing = true;
|
|
||||||
gpu_stats = true;
|
|
||||||
no_display = true; # Hide by default
|
|
||||||
ram = true;
|
|
||||||
vram = true;
|
|
||||||
background_alpha = 0;
|
background_alpha = 0;
|
||||||
font_size = 24;
|
|
||||||
fps_limit = "100,75,60"; # !! Monitor dependent
|
|
||||||
background_color = "002b36";
|
background_color = "002b36";
|
||||||
|
core_load = true;
|
||||||
cpu_color = "268bd2";
|
cpu_color = "268bd2";
|
||||||
device_battery = "gamepad,mouse";
|
device_battery = "gamepad,mouse";
|
||||||
engine_color = "dc322f";
|
engine_color = "dc322f";
|
||||||
font_file = "${pkgs.nerdfonts}/share/fonts/truetype/NerdFonts/IosevkaNerdFont-Bold.ttf";
|
font_file = "${pkgs.nerdfonts}/share/fonts/truetype/NerdFonts/IosevkaNerdFont-Bold.ttf";
|
||||||
|
font_size = 24;
|
||||||
|
fps_limit = "100,75,60"; # !! Monitor dependent
|
||||||
fps_limit_method = "early"; # Smoother frametimes compared to late
|
fps_limit_method = "early"; # Smoother frametimes compared to late
|
||||||
|
frame_timing = true;
|
||||||
frametime_color = "859900";
|
frametime_color = "859900";
|
||||||
|
gl_vsync = -1; # Adaptive
|
||||||
gpu_color = "2aa198";
|
gpu_color = "2aa198";
|
||||||
|
gpu_stats = true;
|
||||||
|
no_display = true; # Hide by default
|
||||||
position = "top-center";
|
position = "top-center";
|
||||||
|
ram = true;
|
||||||
ram_color = "d33682";
|
ram_color = "d33682";
|
||||||
text_color = "ffffff";
|
text_color = "ffffff";
|
||||||
toggle_fps_limit = "Control_L+period";
|
toggle_fps_limit = "Control_L+period";
|
||||||
toggle_hud = "Control_L+slash";
|
toggle_hud = "Control_L+slash";
|
||||||
|
vsync = 0; # Adaptive
|
||||||
|
vram = true;
|
||||||
vram_color = "6c71c4";
|
vram_color = "6c71c4";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue