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.toml10
1 files changed, 7 insertions, 3 deletions
diff --git a/sample_configs/default_config.toml b/sample_configs/default_config.toml
index 7d6a9f28..3c20e4f4 100644
--- a/sample_configs/default_config.toml
+++ b/sample_configs/default_config.toml
@@ -2,7 +2,7 @@
# out by default; if you wish to change them uncomment and modify as you see
# fit.
-# This group of options represents a command-line flag/option. Flags explicitly
+# This group of options represents a command-line option. Flags explicitly
# added when running (ie: btm -a) will override this config file if an option
# is also set here.
@@ -14,7 +14,7 @@
# The update rate of the application.
#rate = "1s"
# Whether to put the CPU legend to the left.
-#left_legend = false
+#cpu_left_legend = false
# Whether to set CPU% on a process to be based on the total CPU or just current usage.
#current_usage = false
# Whether to set CPU% on a process to be based on the total CPU or per-core CPU% (not divided by the number of cpus).
@@ -44,7 +44,7 @@
#default_widget_type = "proc"
#default_widget_count = 1
# Expand selected widget upon starting the app
-#expanded_on_startup = true
+#expanded = true
# Use basic mode
#basic = false
# Use the old network legend style
@@ -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.