feat(mangohud): changed some settings.
This commit is contained in:
parent
4bf29016de
commit
7528bbea7e
1 changed files with 5 additions and 1 deletions
|
|
@ -14,7 +14,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.mangohud_git;
|
package = pkgs.mangohud_git;
|
||||||
settings = {
|
settings = {
|
||||||
|
af = "16";
|
||||||
|
background_alpha = lib.mkForce 0.2;
|
||||||
|
|
||||||
fps_limit = "0,30,60,120,144";
|
fps_limit = "0,30,60,120,144";
|
||||||
|
|
||||||
gpu_stats = true;
|
gpu_stats = true;
|
||||||
gpu_temp = true;
|
gpu_temp = true;
|
||||||
gpu_core_clock = true;
|
gpu_core_clock = true;
|
||||||
|
|
@ -26,11 +30,11 @@
|
||||||
cpu_temp = true;
|
cpu_temp = true;
|
||||||
cpu_text = "CPU";
|
cpu_text = "CPU";
|
||||||
cpu_mhz = true;
|
cpu_mhz = true;
|
||||||
cpu_power = true;
|
|
||||||
cpu_load_change = true;
|
cpu_load_change = true;
|
||||||
|
|
||||||
vram = true;
|
vram = true;
|
||||||
ram = true;
|
ram = true;
|
||||||
|
swap = true;
|
||||||
|
|
||||||
fps = true;
|
fps = true;
|
||||||
fps_sampling_period = "1000";
|
fps_sampling_period = "1000";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue