Added missing options in 0.4.0

* Crosshair is gone as of 0.4.0
* Changed keybindings to the default ones as of 0.4.0
* Added `gpu_name`, `cpu_text`, `gpu_text`, `gpu_power` and `vulkan_driver` in respective sections
pull/214/head
Faalagorn 4 years ago committed by jackun
parent bf5ad264cb
commit 8ed5fe6553

@ -19,12 +19,17 @@
### Display the current CPU information
cpu_stats
# cpu_temp
# cpu_text = "CPU"
### Display the current GPU information
gpu_stats
# gpu_temp
# gpu_core_clock
# gpu_mem_clock
# gpu_name
# gpu_power
# gpu_text = "GPU"
# vulkan_driver
### Display loaded MangoHud architecture
# arch
@ -89,11 +94,6 @@ background_alpha=0.5
### Change default font (set location to .TTF/.OTF file )
# font_file
### Crosshair overlay (default size is 30)
# crosshair
# crosshair_size=
# crosshair_color=RRGGBB
### Show media player metadata
# media_player
# media_player_name = spotify
@ -106,7 +106,7 @@ background_alpha=0.5
### Change toggle keybinds for the hud & logging
#toggle_hud=Shift_R+F12
#toggle_logging=F2
#toggle_logging=Shift_L+F2
#reload_cfg=Shift_L+F4
################## LOG #################

Loading…
Cancel
Save