Add documentation for custom_header param

pull/430/head
Alessandro Toia 3 years ago
parent 576f9887e0
commit db82ed0a1d

@ -196,6 +196,7 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu
| `blacklist` | Add a program to the blacklist. e.g `blacklist=vkcube,WatchDogs2.exe` |
| `resolution` | Display the current resolution |
| `show_fps_limit` | Display the current fps limit |
| `custom_header` | Display a custom header. e.g `custom_header=FlightLessMango Benchmarks` |
Example: `MANGOHUD_CONFIG=cpu_temp,gpu_temp,position=top-right,height=500,font_size=32`
Because comma is also used as option delimiter and needs to be escaped for values with a backslash, you can use `+` like `MANGOHUD_CONFIG=fps_limit=60+30+0` instead.

@ -16,6 +16,9 @@
################### VISUAL ###################
### Custom Header
# custom_header =
### Legacy Layout
legacy_layout

Loading…
Cancel
Save