summaryrefslogtreecommitdiffstats
path: root/sample_configs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-12-10 15:21:35 -0500
committerGitHub <noreply@github.com>2023-12-10 15:21:35 -0500
commitb6f92c2f3d4773870a6cde224fb2844d291989d2 (patch)
tree048c5dfd759ca3fa0ff8ea46ec49fe2c130addef /sample_configs
parent300f66700e41d9ff5adb5f100c4455683ebaa6d5 (diff)
feature: support default selection of average CPU graph (#1353)
* feature: support default selection of average CPU graph * test
Diffstat (limited to 'sample_configs')
-rw-r--r--sample_configs/default_config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sample_configs/default_config.toml b/sample_configs/default_config.toml
index 7d6a9f28..a7731dd6 100644
--- a/sample_configs/default_config.toml
+++ b/sample_configs/default_config.toml
@@ -85,6 +85,10 @@
#[processes]
#columns = ["PID", "Name", "CPU%", "Mem%", "R/s", "W/s", "T.Read", "T.Write", "User", "State", "GMEM%", "GPU%"]
+# [cpu]
+# One of "all" (default), "average"/"avg"
+# default = "average"
+
# These are all the components that support custom theming. Note that colour support
# will depend on terminal support.