Update README.md

Add `frame_timing` and how to hide it.
pull/20/head
jackun 4 years ago committed by GitHub
parent 1b5bc3de7b
commit 4ee5670ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ Or alternatively, add `MANGOHUD=1` to your shell profile.
## MANGOHUD_CONFIG parameters
You can customize the hud by using the MANGOHUD_CONFIG environment variable while separating different options with a comma.
You can customize the hud by using the MANGOHUD_CONFIG environment variable while separating different options with a comma. Add `some_parameter=0` to hide said parameter.
- `cpu_temp` : Displays current CPU temperature
- `gpu_temp` : Displays current GPU temperature
@ -45,6 +45,7 @@ You can customize the hud by using the MANGOHUD_CONFIG environment variable whil
- `width` : Set custom hud width
- `height` : Set custom hud height
- `position=x`: Available values for `x` include `top-left`, `top-right`, `bottom-left`, and `bottom-right`
- `frame_timing` : Displays frame time line plot
Note: Width and Height are set automatically based on the font_size, but can be overridden.

Loading…
Cancel
Save