From 2d0c0a1b3cd0a9949ac821204da61475a10218cc Mon Sep 17 00:00:00 2001
From: Voodoo Hillbilly <88221284+VoodooHillbilly@users.noreply.github.com>
Date: Wed, 26 Jun 2024 14:50:17 -0400
Subject: [PATCH] doc: add network_color to README and MangoHud.conf
---
README.md | 2 +-
data/MangoHud.conf | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index be3d09b7a5..8d1b4b3c37 100644
--- a/README.md
+++ b/README.md
@@ -372,7 +372,7 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu
| `refresh_rate` | Display the current refresh rate (only works in gamescope) |
| `full` | Enable most of the toggleable parameters (currently excludes `histogram`) |
| `gamemode` | Show if GameMode is on |
-| `gpu_color`
`cpu_color`
`vram_color`
`ram_color`
`io_color`
`engine_color`
`frametime_color`
`background_color`
`text_color`
`media_player_color` | Change default colors: `gpu_color=RRGGBB` |
+| `gpu_color`
`cpu_color`
`vram_color`
`ram_color`
`io_color`
`engine_color`
`frametime_color`
`background_color`
`text_color`
`media_player_color`
`network_color` | Change default colors: `gpu_color=RRGGBB` |
| `gpu_core_clock`
`gpu_mem_clock`| Display GPU core/memory frequency |
| `gpu_fan` | GPU fan in rpm on AMD, FAN in percent on NVIDIA |
| `gpu_load_change` | Change the color of the GPU load depending on load |
diff --git a/data/MangoHud.conf b/data/MangoHud.conf
index 108bef2704..86d36a0850 100644
--- a/data/MangoHud.conf
+++ b/data/MangoHud.conf
@@ -301,6 +301,7 @@ text_outline
# media_player_color=FFFFFF
# wine_color=EB5B5B
# battery_color=FF9078
+# network_color=E07B85
### Specify GPU with PCI bus ID for AMDGPU and NVML stats
### Set to 'domain:bus:slot.function'