summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-11-22 13:26:58 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-11-22 13:26:58 -0500
commit5abb1ce1a3cd847bfd876d5b7f940db25e7e6aca (patch)
tree9aa9a6e5e1a0a30ff91027f54ac8fd1d4b3c01fe /src
parent0bf885a8ccaf7673c4f596a4194682e22ff842c5 (diff)
other: update default config.toml
Diffstat (limited to 'src')
-rw-r--r--src/constants.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 89132aa5..a5bce3cf 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -407,7 +407,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] # Uncomment if you want to use colors
+#[colors] # Uncomment if you want to use custom colors
# Represents the colour of table headers (processes, CPU, disks, temperature).
#table_header_color="LightBlue"
# Represents the colour of the label each widget has.