arch-dots/.config/MangoHud/MangoHud.conf

66 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-06-20 17:26:20 +02:00
### Limit the application FPS. Comma-separated list of one or more FPS values (e.g. 0,30,60). 0 means unlimited (unless VSynced)
2024-12-25 21:06:09 +01:00
fps_limit=0,30,60,120,144
2024-06-20 17:26:20 +02:00
### Display the current GPU information
## Note: gpu_mem_clock also needs "vram" to be enabled
gpu_stats
gpu_temp
gpu_core_clock
gpu_power
gpu_text=GPU
gpu_load_change
gpu_load_value=60,90
gpu_load_color=39F900,FDFD09,B22222
### Display the current CPU information
cpu_stats
cpu_temp
# cpu_power
cpu_text=CPU
cpu_mhz
cpu_load_change
cpu_load_value=60,90
cpu_load_color=39F900,FDFD09,B22222
### Display system vram / ram / swap space usage
vram
ram
### Display FPS and frametime
fps
fps_sampling_period=1000
fps_color_change
fps_value=30,60
fps_color=B22222,FDFD09,39F900
2024-12-25 21:06:09 +01:00
# frametime
2024-06-20 17:26:20 +02:00
# frame_count
### Display miscellaneous information
# engine_version
2024-12-25 21:06:09 +01:00
# gpu_name
# vulkan_driver
2024-06-20 17:26:20 +02:00
# wine
### Display GameMode / vkBasalt running status
2024-12-25 21:06:09 +01:00
# gamemode
2024-06-20 17:26:20 +02:00
# vkbasalt
### Display current FPS limit
2024-12-25 21:06:09 +01:00
# show_fps_limit
2024-06-20 17:26:20 +02:00
### Display the current resolution
2024-12-25 21:06:09 +01:00
# resolution
2024-06-20 17:26:20 +02:00
### Change the corner roundness
2024-12-25 21:06:09 +01:00
round_corners=10
2024-06-20 17:26:20 +02:00
### Hud position offset
2024-12-25 21:06:09 +01:00
offset_x=10
offset_y=10
2024-06-20 17:26:20 +02:00
### Hud dimensions
2024-12-25 21:06:09 +01:00
width=250
2024-06-20 17:26:20 +02:00
# height=
# table_columns=3
# cellpadding_y=0