From 4026743fe3aaba6c996be12fb09831cb10d6831b Mon Sep 17 00:00:00 2001 From: Alessandro Toia Date: Sat, 19 Feb 2022 21:52:52 -0800 Subject: [PATCH] add gamepad_battery & gamepad_battery_icon params to readme --- README.md | 2 ++ bin/MangoHud.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index aa5bb395..e4f09812 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,8 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu | `battery_color` | Change the BATT text color | | `force_amdgpu_hwmon` | Use hwmon sysfs instead of libdrm for amdgpu stats | | `fps_only` | Show FPS without the engine name e.g. DXVK/VULAKAN etc. | +| `gamepad_battery` | Display battey of wireless gamepads (xone,xpadneo,ds4) | +| `gamepad_battery_icon` | Display gamepad battery percent with icon. *enabled by default | 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. diff --git a/bin/MangoHud.conf b/bin/MangoHud.conf index b0f4c9c4..eaa04b77 100644 --- a/bin/MangoHud.conf +++ b/bin/MangoHud.conf @@ -77,6 +77,8 @@ cpu_stats ### Display battery information # battery # battery_icon +# gamepad_battery +# gamepad_battery_icon ### Display FPS and frametime fps