From ef124ae3ec5c7c28f9ba4a1b21f43cc3a55cbd76 Mon Sep 17 00:00:00 2001 From: Jan Solanti Date: Sun, 20 Aug 2023 00:45:16 +0300 Subject: [PATCH] core_bars: document in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 408c6e88..a3ff9dc2 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu | `control=` | Sets up a unix socket with a specific name that can be connected to with mangohud-control.
I.e. `control=mangohud` or `control=mangohud-%p` (`%p` will be replaced by process id) | | `core_load_change` | Change the colors of cpu core loads, uses the same data from `cpu_load_value` and `cpu_load_change` | | `core_load` | Display load & frequency per core | +| `core_bars` | Change the display of `core_load` from numbers to vertical bars | | `cpu_load_change` | Change the color of the CPU load depending on load | | `cpu_load_color` | Set the colors for the gpu load change low, medium and high. e.g `cpu_load_color=0000FF,00FFFF,FF00FF` | | `cpu_load_value` | Set the values for medium and high load e.g `cpu_load_value=50,90` |