feat: update mangohud options
This commit is contained in:
parent
06396fa2d8
commit
5547c1a100
|
@ -11,35 +11,38 @@
|
||||||
gl_vsync = 0;
|
gl_vsync = 0;
|
||||||
|
|
||||||
# GPU Statistics
|
# GPU Statistics
|
||||||
|
gpu_core_clock = true;
|
||||||
|
gpu_fan = true;
|
||||||
|
gpu_junction_temp = true;
|
||||||
|
gpu_load_change = true;
|
||||||
|
gpu_load_color = [ "39F900" "FDFD09" "B22222" ];
|
||||||
|
gpu_load_value = [ 60 90 ];
|
||||||
|
gpu_mem_clock = true;
|
||||||
|
gpu_mem_temp = true;
|
||||||
|
gpu_power = true;
|
||||||
gpu_stats = true;
|
gpu_stats = true;
|
||||||
gpu_temp = true;
|
gpu_temp = true;
|
||||||
gpu_core_clock = true;
|
gpu_voltage = true;
|
||||||
gpu_mem_clock = true;
|
|
||||||
gpu_power = true;
|
|
||||||
gpu_load_change = true;
|
|
||||||
gpu_load_value = [ 60 90 ];
|
|
||||||
gpu_load_color = [ "39F900" "FDFD09" "B22222" ];
|
|
||||||
|
|
||||||
# CPU Statistics
|
# CPU Statistics
|
||||||
|
cpu_load_change = true;
|
||||||
|
cpu_load_color = [ "39F900" "FDFD09" "B22222" ];
|
||||||
|
cpu_load_value = [ 60 90 ];
|
||||||
|
cpu_mhz = true;
|
||||||
|
cpu_power = true;
|
||||||
cpu_stats = true;
|
cpu_stats = true;
|
||||||
cpu_temp = true;
|
cpu_temp = true;
|
||||||
cpu_power = true;
|
|
||||||
cpu_mhz = true;
|
|
||||||
cpu_load_change = true;
|
|
||||||
cpu_load_value = [ 60 90 ];
|
|
||||||
cpu_load_color = [ "39F900" "FDFD09" "B22222" ];
|
|
||||||
|
|
||||||
|
|
||||||
# IO Statistics
|
# IO Statistics
|
||||||
io_stats = true;
|
|
||||||
io_read = true;
|
io_read = true;
|
||||||
|
io_stats = true;
|
||||||
io_write = true;
|
io_write = true;
|
||||||
|
|
||||||
|
|
||||||
# RAM Statistics
|
# RAM Statistics
|
||||||
vram = true;
|
|
||||||
ram = true;
|
ram = true;
|
||||||
swap = true;
|
swap = true;
|
||||||
|
vram = true;
|
||||||
|
|
||||||
# FPS Statistics
|
# FPS Statistics
|
||||||
fps = true;
|
fps = true;
|
||||||
|
@ -56,6 +59,21 @@
|
||||||
# Make so MangoHud starts hidden.
|
# Make so MangoHud starts hidden.
|
||||||
no_display = true;
|
no_display = true;
|
||||||
|
|
||||||
|
# Show whether the GPU is throttling.
|
||||||
|
throttling_status = true;
|
||||||
|
|
||||||
|
# Show wine/proton version.
|
||||||
|
wine = true;
|
||||||
|
|
||||||
|
# Show the vulkan driver in-use.
|
||||||
|
vulkan_driver = true;
|
||||||
|
|
||||||
|
# Display the process' memory usage.
|
||||||
|
procmem = true;
|
||||||
|
|
||||||
|
# Show the application's architecture.
|
||||||
|
arch = true;
|
||||||
|
|
||||||
# Where to output log files.
|
# Where to output log files.
|
||||||
output_folder = /home/wizardlink/.config/MangoHud;
|
output_folder = /home/wizardlink/.config/MangoHud;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue