diff --git a/README.md b/README.md index 87c4404e..c7546ae6 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu | `battery` | Display current battery percent and energy consumption | | `battery_icon` | Display battery icon instead of percent | | `battery_color` | Change the BATT text color | +| `force_amdgpu_hwmon` | Use hwmon sysfs instead of libdrm for amdgpu stats | Example: `MANGOHUD_CONFIG=cpu_temp,gpu_temp,position=top-right,height=500,font_size=32` Because comma is also used as option delimiter and needs to be escaped for values with a backslash, you can use `+` like `MANGOHUD_CONFIG=fps_limit=60+30+0` instead.