Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### MangoHud configuration file
- ### Uncomment any options you wish to enable. Default options are left uncommented
- ### Use some_parameter=0 to disable a parameter (only works with on/off parameters)
- ### Everything below can be used / overridden with the environment variable MANGOHUD_CONFIG instead
- ################ PERFORMANCE #################
- ### Limit the application FPS
- # fps_limit=
- ### VSYNC [0-3] 0 = adaptive; 1 = off; 2 = mailbox; 3 = on
- # vsync=
- ################### VISUAL ###################
- gpu_color=88aaee
- cpu_color=88aaee
- vram_color=88aaee
- ram_color=88aaee
- io_color=88aaee
- engine_color=88aaee
- frametime_color=ee8888
- text_color=55aaee
- horizontal
- vulkan_driver
- #present_mode
- vkbasalt
- ### Display the current CPU information
- cpu_text=Ryzen9-5950x
- cpu_stats
- cpu_temp
- ### Display the current GPU information
- gpu_stats
- gpu_temp
- gpu_text=Fedora Linux | AMD-rx6800xt
- ### Display the frametime line graph
- frame_timing=1
- ### Display the current system time
- time
- ### Change the hud font size (default is 24)
- font_size=18
- #font_scale=1.5
- ### Change the hud position (default is top-left)
- position=top-left
- ### Display the current CPU load & frequency for each core
- #core_load
- ### Display system ram / vram usage
- ram
- vram
- ### Disable / hide the hud by deafult
- # no_display
- # DXVK version
- engine_version
- #font_scale=0.9
- ### Hud position offset
- offset_x=10
- offset_y=1416
- ### Hud dimensions
- #width=270
- # height=
- ### Hud transparency / alpha
- background_alpha=0.0
- ### Crosshair overlay (default size is 30)
- # crosshair
- # crosshair_size=
- # crosshair_color=RRGGBB
- ################## INTERACTION #################
- ### Change toggle keybinds for the hud & logging
- toggle_hud=F10
- #toggle_logging=
- wine=1
- wine_color=0x88aaee
- winesync
- ### Change load weight colors for CPU and GPU
- cpu_load_change
- gpu_load_change
- cpu_load_value=85,65
- gpu_load_value=85,65
- cpu_load_color=44ff44,ff2222,ff2222
- gpu_load_color=44ff44,ff2222,ff2222
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement