summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-11-20 00:13:46 -0500
committerGitHub <noreply@github.com>2020-11-20 00:13:46 -0500
commit2ff8b418b2da57dbe7f2662b37023fc0c70bc6fd (patch)
treec6168c242b254a7931986596271087869d203a93 /src/constants.rs
parent5fedf8a5db3fcc21656e653674bc5aed8d66fde3 (diff)
feature: add tree flag (#312)
Adds a --tree flag that defaults to tree mode for the process widget.
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs
index a408e7eb..b633aca7 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -399,7 +399,9 @@ pub const OLD_CONFIG_TEXT: &str = r##"# This is a default config file for bottom
# Built-in themes. Valid values are "default", "default-light", "gruvbox", "gruvbox-light"
#color = "default"
# Show memory values in the processes widget as values by default
-# mem_as_value = false
+#mem_as_value = false
+# Show tree mode by default in the processes widget.
+#tree = false
# These are all the components that support custom theming. Note that colour support
# will depend on terminal support.