summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-11-21 14:49:44 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-11-21 14:49:44 -0500
commit99d04029f0ebfc73d36adb06ea58ad68f090017c (patch)
treea6b02fbb7eb76552109e69c76b26c6ff1a199cec /src/constants.rs
parent6ef1d66b2bca49452572a2cabb87d338dcf56e7b (diff)
bug: [skip travis] Add a better check for default colors in the config file
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.rs b/src/constants.rs
index b633aca7..452e235e 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -355,7 +355,7 @@ pub const OLD_CONFIG_TEXT: &str = r##"# This is a default config file for bottom
# 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]
+#[flags]
# Whether to hide the average cpu entry.
#hide_avg_cpu = false
# Whether to use dot markers rather than braille.
@@ -405,7 +405,7 @@ pub const OLD_CONFIG_TEXT: &str = r##"# This is a default config file for bottom
# These are all the components that support custom theming. Note that colour support
# will depend on terminal support.
-[colors]
+#[colors]
# Represents the colour of table headers (processes, CPU, disks, temperature).
#table_header_color="LightBlue"
# Represents the colour of the label each widget has.