Advertisement
rawfox

Mangohud-SC.conf

Jul 8th, 2025 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | Gaming | 0 0
  1. ### MangoHud configuration file
  2. ### Uncomment any options you wish to enable. Default options are left uncommented
  3. ### Use some_parameter=0 to disable a parameter (only works with on/off parameters)
  4. ### Everything below can be used / overridden with the environment variable MANGOHUD_CONFIG instead
  5.  
  6. ################ PERFORMANCE #################
  7.  
  8. ### Limit the application FPS
  9. # fps_limit=
  10.  
  11. ### VSYNC [0-3] 0 = adaptive; 1 = off; 2 = mailbox; 3 = on
  12. # vsync=
  13.  
  14. ################### VISUAL ###################
  15.  
  16. gpu_color=88aaee
  17. cpu_color=88aaee
  18. vram_color=88aaee
  19. ram_color=88aaee
  20. io_color=88aaee
  21. engine_color=88aaee
  22. frametime_color=ee8888
  23.  
  24. text_color=55aaee
  25. horizontal
  26.  
  27. vulkan_driver
  28.  
  29. #present_mode
  30.  
  31. vkbasalt
  32. ### Display the current CPU information
  33. cpu_text=Ryzen9-5950x
  34. cpu_stats
  35. cpu_temp
  36.  
  37. ### Display the current GPU information
  38. gpu_stats
  39. gpu_temp
  40. gpu_text=Fedora Linux | AMD-rx6800xt
  41. ### Display the frametime line graph
  42. frame_timing=1
  43.  
  44. ### Display the current system time
  45. time
  46.  
  47. ### Change the hud font size (default is 24)
  48. font_size=18
  49. #font_scale=1.5
  50.  
  51. ### Change the hud position (default is top-left)
  52. position=top-left
  53.  
  54. ### Display the current CPU load & frequency for each core
  55. #core_load
  56.  
  57. ### Display system ram / vram usage
  58. ram
  59. vram
  60.  
  61. ### Disable / hide the hud by deafult
  62. # no_display
  63.  
  64. # DXVK version
  65. engine_version
  66.  
  67. #font_scale=0.9
  68. ### Hud position offset
  69. offset_x=10
  70. offset_y=1416
  71.  
  72. ### Hud dimensions
  73. #width=270
  74. # height=
  75.  
  76. ### Hud transparency / alpha
  77. background_alpha=0.0
  78.  
  79. ### Crosshair overlay (default size is 30)
  80. # crosshair
  81. # crosshair_size=
  82. # crosshair_color=RRGGBB
  83.  
  84. ################## INTERACTION #################
  85.  
  86. ### Change toggle keybinds for the hud & logging
  87. toggle_hud=F10
  88. #toggle_logging=
  89. wine=1
  90. wine_color=0x88aaee
  91. winesync
  92.  
  93. ### Change load weight colors for CPU and GPU
  94. cpu_load_change
  95. gpu_load_change
  96. cpu_load_value=85,65
  97. gpu_load_value=85,65
  98. cpu_load_color=44ff44,ff2222,ff2222
  99. gpu_load_color=44ff44,ff2222,ff2222
  100.  
  101.  
  102.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement