Added new params to config file

pull/408/head
Alessandro Toia 4 years ago
parent 4d09cebe3a
commit 56a5cae2f7

@ -16,6 +16,9 @@
################### VISUAL ################### ################### VISUAL ###################
### Legacy Layout
legacy_layout
### Display the current CPU information ### Display the current CPU information
cpu_stats cpu_stats
# cpu_temp # cpu_temp
@ -86,6 +89,7 @@ position=top-left
### IO read and write for the app (not system) ### IO read and write for the app (not system)
# io_read # io_read
# io_write # io_write
# io_stats
### Display system ram / vram usage ### Display system ram / vram usage
# ram # ram
@ -104,7 +108,8 @@ position=top-left
### Hud dimensions ### Hud dimensions
# width= # width=
# height= # height=
# table_columns # table_columns=
# cellpadding_y=
### Hud transparency / alpha ### Hud transparency / alpha
background_alpha=0.5 background_alpha=0.5

Loading…
Cancel
Save