diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2024-11-08 00:32:30 -0800 | 
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2024-11-08 00:32:30 -0800 | 
| commit | d650351b4ddda50bcd9949407c80b39378969cd0 (patch) | |
| tree | 08af0ecec306bad91971823c0f7e67283b8d78b3 /home/xyz/.config/MangoHud | |
| parent | 447a0a1b650f68886fae8bb879a4c17fe12e1bee (diff) | |
customize mangohud
Diffstat (limited to 'home/xyz/.config/MangoHud')
| -rw-r--r-- | home/xyz/.config/MangoHud/MangoHud.conf | 26 | 
1 files changed, 13 insertions, 13 deletions
| diff --git a/home/xyz/.config/MangoHud/MangoHud.conf b/home/xyz/.config/MangoHud/MangoHud.conf index bdba6954..ad1a2bfe 100644 --- a/home/xyz/.config/MangoHud/MangoHud.conf +++ b/home/xyz/.config/MangoHud/MangoHud.conf @@ -77,14 +77,14 @@  ### Display the current GPU information  ## Note: gpu_mem_clock and gpu_mem_temp also need "vram" to be enabled  gpu_stats -# gpu_temp +gpu_temp  # gpu_junction_temp -# gpu_core_clock +gpu_core_clock  # gpu_mem_temp -# gpu_mem_clock +gpu_mem_clock  # gpu_power  # gpu_text= -# gpu_load_change +gpu_load_change  # gpu_load_value=60,90  # gpu_load_color=39F900,FDFD09,B22222  ## GPU fan in rpm on AMD, FAN in percent on NVIDIA @@ -94,11 +94,11 @@ gpu_stats  ### Display the current CPU information  cpu_stats -# cpu_temp +cpu_temp  # cpu_power  # cpu_text= -# cpu_mhz -# cpu_load_change +cpu_mhz +cpu_load_change  # cpu_load_value=60,90  # cpu_load_color=39F900,FDFD09,B22222 @@ -135,7 +135,7 @@ fps  # fps_color_change  # fps_value=30,60  # fps_color=B22222,FDFD09,39F900 -frametime +frametime=0  # frame_count  ## fps_metrics takes a list of decimal values or the value avg  # fps_metrics=avg,0.01 @@ -159,7 +159,7 @@ throttling_status  # arch  ### Display the frametime line graph -frame_timing +frame_timing=0  # histogram  ### Display GameMode / vkBasalt running status @@ -245,7 +245,7 @@ text_outline  # text_outline_thickness = 1.5  ### Change the hud position -# position=top-left +position=top-right  ### Change the corner roundness  # round_corners=0 @@ -254,7 +254,7 @@ text_outline  # hud_no_margin  ### Display compact version of MangoHud -# hud_compact +hud_compact  ### Display MangoHud in a horizontal position  # horizontal @@ -268,9 +268,9 @@ text_outline  # offset_y=0  ### Hud dimensions -# width=0 +width=300  # height=140 -# table_columns=3 +table_columns=4  # cellpadding_y=-0.085  ### Hud transparency / alpha | 
