Updated ManogoHud.conf with the recent values

Fixes #92
pull/95/head
Faalagorn 4 years ago committed by GitHub
parent 634adb4b3e
commit 76bb50bd01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,6 +23,8 @@ cpu_stats
### Display the current GPU information
gpu_stats
# gpu_temp
# gpu_core_clock
# gpu_mem_clock
### Display the frametime line graph
frame_timing
@ -44,6 +46,10 @@ position=top-left
### Display the current CPU load & frequency for each core
# core_load
### IO read and write for the app (not system)
# io_read
# io_write
### Display system ram / vram usage
# ram
# vram
@ -61,6 +67,21 @@ position=top-left
### Hud transparency / alpha
background_alpha=0.5
# alpha=
### Color customization
# text_color #ffffff #ffffff
# gpu_color #2e9762 #2e9762
# cpu_color #2e97cb #2e97cb
# vram_color #ad64c1 #ad64c1
# ram_color #c26693 #c26693
# engine_color #eb5b5b #eb5b5b
# io_color #a491d3 #a491d3
# frametime_color #00ff00 #00ff00
# background_color #020202 #020202
### Change default font (set location to .TTF/.OTF file )
# font_file
### Crosshair overlay (default size is 30)
# crosshair
@ -72,3 +93,11 @@ background_alpha=0.5
### Change toggle keybinds for the hud & logging
toggle_hud=F12
toggle_logging=F2
reload_cfg=F4
################## LOG #################
### Set amount of time in second that the logging will run for
# log_duration
### Define name and location of the output file (Required for logging)
# output_file

Loading…
Cancel
Save