Added MangoHud config
This commit is contained in:
parent
0848b1e0de
commit
3cba961a15
2 changed files with 26 additions and 0 deletions
2
.config/.gitignore
vendored
2
.config/.gitignore
vendored
|
@ -32,6 +32,8 @@
|
||||||
!neofetch/**
|
!neofetch/**
|
||||||
!nvim/
|
!nvim/
|
||||||
!nvim/**
|
!nvim/**
|
||||||
|
!MangoHud/
|
||||||
|
!MangoHud/**
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
||||||
polybar/default
|
polybar/default
|
||||||
|
|
24
.config/MangoHud/MangoHud.conf
Normal file
24
.config/MangoHud/MangoHud.conf
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
#full=1
|
||||||
|
cpu_temp=1
|
||||||
|
gpu_temp=1
|
||||||
|
core_load=1
|
||||||
|
gpu_core_clock=1
|
||||||
|
gpu_mem_clock=1
|
||||||
|
vram=1
|
||||||
|
procmem=1
|
||||||
|
io_read=1
|
||||||
|
io_write=1
|
||||||
|
gpu_name=1
|
||||||
|
cpu_power=1
|
||||||
|
gpu_power=1
|
||||||
|
engine_version=1
|
||||||
|
wine=1
|
||||||
|
cpu_mhz=1
|
||||||
|
gpu_load_change=1
|
||||||
|
cpu_load_change=1
|
||||||
|
core_load_change=1
|
||||||
|
frametime=1
|
||||||
|
resolution=1
|
||||||
|
|
||||||
|
output_folder=/tmp/mangohud/
|
||||||
|
toggle_logging=Shift_R+F3
|
Loading…
Reference in a new issue