mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-19 19:54:42 +02:00
Add default windows path.
This commit is contained in:
parent
5131859ab8
commit
fd32de2774
@ -33,4 +33,4 @@ Another use is to set colours, under the `[colors]`. The following labels are cu
|
||||
bottom will check specific locations by default for a config file.
|
||||
|
||||
- For Unix-based systems: `~/.config/btm/btm.toml`.
|
||||
- For Windows: TBD.
|
||||
- For Windows: `./btm.toml`.
|
||||
|
@ -7,9 +7,7 @@ pub const NUM_COLOURS: i32 = 256;
|
||||
|
||||
// Config and flags
|
||||
pub const DEFAULT_UNIX_CONFIG_FILE_PATH: &str = "~/.config/btm/btm.toml";
|
||||
|
||||
// TODO: [CONF] Default windows path?
|
||||
pub const DEFAULT_WINDOWS_CONFIG_FILE_PATH: &str = "";
|
||||
pub const DEFAULT_WINDOWS_CONFIG_FILE_PATH: &str = "./btm.toml";
|
||||
|
||||
// Help text
|
||||
pub const GENERAL_HELP_TEXT: [&str; 15] = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user