summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-07 00:19:50 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-07 00:19:50 -0500
commit027220e285fe259175a41a45092b4504fb38b195 (patch)
tree01637bb4e88755fd6c108d7392e43b644e3b0490 /src
parent87e0223e644f182b31be6444806c13d23288586c (diff)
[skip travis] Update documentation for config.
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 2dbb546d..cc7d690c 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -6,7 +6,7 @@ pub const MAX_KEY_TIMEOUT_IN_MILLISECONDS: u128 = 1000;
pub const NUM_COLOURS: i32 = 256;
// Config and flags
-pub const DEFAULT_CONFIG_FILE_PATH: &str = "~/.config/btm/btm.conf";
+pub const DEFAULT_CONFIG_FILE_PATH: &str = "~/.config/btm/btm.toml";
pub const KELVIN: &str = "kelvin";
pub const FAHRENHEIT: &str = "fahrenheit";