summaryrefslogtreecommitdiffstats
path: root/docs/content/configuration/config-file
diff options
context:
space:
mode:
authorJustin Martin <jaming@protonmail.com>2022-10-16 00:08:38 -0400
committerGitHub <noreply@github.com>2022-10-16 00:08:38 -0400
commitdd003101a0626968a6a79eff79e800441973c570 (patch)
tree08fc2efa3a29811400d11b8076eaeb9ffe24db7c /docs/content/configuration/config-file
parentd99f41f17e6f0f2e006cd97b202a4e72288747bb (diff)
enable gpu mem cli and update docs for arc/gpu mem (#836)
Diffstat (limited to 'docs/content/configuration/config-file')
-rw-r--r--docs/content/configuration/config-file/flags.md1
-rw-r--r--docs/content/configuration/config-file/theming.md2
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/configuration/config-file/flags.md b/docs/content/configuration/config-file/flags.md
index 93f75ac4..93c71379 100644
--- a/docs/content/configuration/config-file/flags.md
+++ b/docs/content/configuration/config-file/flags.md
@@ -36,3 +36,4 @@ Most of the [command line flags](../../command-line-flags) have config file equi
| `network_use_binary_prefix` | Boolean | Displays the network widget with binary prefixes. |
| `network_use_bytes` | Boolean | Displays the network widget using bytes. |
| `network_use_log` | Boolean | Displays the network widget with a log scale. |
+| `enable_gpu_memory` | Boolean | Shows the GPU memory widget. |
diff --git a/docs/content/configuration/config-file/theming.md b/docs/content/configuration/config-file/theming.md
index cbb46f85..4d9e03f1 100644
--- a/docs/content/configuration/config-file/theming.md
+++ b/docs/content/configuration/config-file/theming.md
@@ -29,3 +29,5 @@ Supported named colours are one of the following strings: `Reset, Black, Red, Gr
| High battery level colour | The colour used for a high battery level (100% to 50%) | `high_battery_color="green"` |
| Medium battery level colour | The colour used for a medium battery level (50% to 10%) | `medium_battery_color="yellow"` |
| Low battery level colour | The colour used for a low battery level (10% to 0%) | `low_battery_color="red"` |
+| GPU colour per gpu | Colour of each gpu. Read in order. | `gpu_core_colors=["#ffffff", "white", "255, 255, 255"]` |
+| ARC | The colour ARC will use | `arc_color="#ffffff"` |