summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-11-27 08:39:39 +0000
committerGitHub <noreply@github.com>2023-11-27 03:39:39 -0500
commit590f03bd69638e71249647beb8768f7154838671 (patch)
tree0573478155d194a4f68e2b865fb2b5176a765118
parenteab8736dfdbdcdcbc87ebfcffba756e916129539 (diff)
other: update generated config file (#1335)
-rw-r--r--src/constants.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/constants.rs b/src/constants.rs
index dff619b9..f511313e 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -518,7 +518,6 @@ pub const CONFIG_TEXT: &str = r#"# This is a default config file for bottom. Al
# This group of options represents a command-line flag/option. Flags explicitly
# added when running (ie: btm -a) will override this config file if an option
# is also set here.
-
[flags]
# Whether to hide the average cpu entry.
#hide_avg_cpu = false
@@ -594,13 +593,13 @@ pub const CONFIG_TEXT: &str = r#"# This is a default config file for bottom. Al
#retention = "10m"
# These are flags around the process widget.
-
#[processes]
+# The columns shown by the process widget. The following columns are supported:
+# PID, Name, CPU%, Mem%, R/s, W/s, T.Read, T.Write, User, State, Time, GMem%, GPU%
#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.
-
#[colors] # Uncomment if you want to use custom colors
# Represents the colour of table headers (processes, CPU, disks, temperature).
#table_header_color="LightBlue"