summaryrefslogtreecommitdiffstats
path: root/sample_configs/default_config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sample_configs/default_config.toml')
-rw-r--r--sample_configs/default_config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sample_configs/default_config.toml b/sample_configs/default_config.toml
index e7b4058e..7d6a9f28 100644
--- a/sample_configs/default_config.toml
+++ b/sample_configs/default_config.toml
@@ -74,7 +74,7 @@
# Hides advanced options to stop a process on Unix-like systems.
#disable_advanced_kill = false
# Shows GPU(s) memory
-#enable_gpu_memory = false
+#enable_gpu = false
# Shows cache and buffer memory
#enable_cache_memory = false
# How much data is stored at once in terms of time.
@@ -83,7 +83,7 @@
# These are flags around the process widget.
#[processes]
-#columns = ["PID", "Name", "CPU%", "Mem%", "R/s", "W/s", "T.Read", "T.Write", "User", "State"]
+#columns = ["PID", "Name", "CPU%", "Mem%", "R/s", "W/s", "T.Read", "T.Write", "User", "State", "GMEM%", "GPU%"]
# These are all the components that support custom theming. Note that colour support
# will depend on terminal support.
@@ -103,7 +103,7 @@
#swap_color="LightYellow"
# Represents the colour ARC will use in the memory legend and graph.
#arc_color="LightCyan"
-# Represents the colour the GPU will use in the memory legend and graph.
+# Represents the colour the GPU will use in the legend and graph.
#gpu_core_colors=["LightGreen", "LightBlue", "LightRed", "Cyan", "Green", "Blue", "Red"]
# Represents the colour rx will use in the network legend and graph.
#rx_color="LightCyan"