Improve mangohud
This commit is contained in:
parent
95b2a83033
commit
f3e37066cd
1 changed files with 15 additions and 15 deletions
|
@ -4,36 +4,36 @@
|
||||||
enableSessionWide = true;
|
enableSessionWide = true;
|
||||||
settings = {
|
settings = {
|
||||||
gpu_stats = true;
|
gpu_stats = true;
|
||||||
|
gpu_text = "GPU";
|
||||||
gpu_load_change = true;
|
gpu_load_change = true;
|
||||||
gpu_load_value = [50 90];
|
gpu_load_value = [50 90];
|
||||||
gpu_load_color = ["FFFFFF" "FFAA7F" "CC0000"];
|
gpu_load_color = ["FFFFFF" "FFAA7F" "CC0000"];
|
||||||
gpu_text = "GPU";
|
|
||||||
|
cpu_text = "CPU";
|
||||||
|
cpu_color = "2e97cb";
|
||||||
cpu_load_change = true;
|
cpu_load_change = true;
|
||||||
core_load_change = true;
|
core_load_change = true;
|
||||||
cpu_load_value = [50 90];
|
cpu_load_value = [50 90];
|
||||||
cpu_load_color = ["FFFFFF" "FFAA7F" "CC0000"];
|
cpu_load_color = ["FFFFFF" "FFAA7F" "CC0000"];
|
||||||
cpu_color = "2e97cb";
|
|
||||||
cpu_text = "CPU";
|
|
||||||
io_color = "a491d3";
|
|
||||||
vram = true;
|
vram = true;
|
||||||
vram_color = "ad64c1";
|
vram_color = "ad64c1";
|
||||||
ram_color = "c26693";
|
|
||||||
fps = true;
|
fps = true;
|
||||||
|
frametime = false;
|
||||||
|
frame_timing = false;
|
||||||
engine_color = "eb5b5b";
|
engine_color = "eb5b5b";
|
||||||
|
|
||||||
gpu_name = true;
|
gpu_name = true;
|
||||||
gpu_color = "2e9762";
|
gpu_color = "2e9762";
|
||||||
wine_color = "eb5b5b";
|
|
||||||
frame_timing = 0;
|
|
||||||
frametime_color = "00ff00";
|
|
||||||
media_player_color = "ffffff";
|
|
||||||
time = true;
|
|
||||||
table_columns = 3;
|
|
||||||
background_alpha = 0.4;
|
|
||||||
font_size = 24;
|
font_size = 24;
|
||||||
background_color = "020202";
|
table_columns = 2;
|
||||||
position = "bottom-right";
|
|
||||||
text_color = "ffffff";
|
|
||||||
round_corners = 10;
|
round_corners = 10;
|
||||||
|
text_color = "ffffff";
|
||||||
|
background_alpha = 0.4;
|
||||||
|
position = "bottom-right";
|
||||||
|
background_color = "020202";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue