diff --git a/README.md b/README.md index a5e9bf79..917b3aec 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Run using `btm`. - `-C`, `--config` takes in a file path leading to a TOML file. -### Config Files +### Config files The ability to use config files is supported by bottom to set boot flags by default, and set colour options. See [this document](./docs/config.md) for more details. @@ -120,7 +120,7 @@ See this [config](./sample_config.toml) for an example. - `Enter` on a widget to maximize the widget. -#### Scrollable Tables +#### Scrollable tables - `Up` or `k` and `Down` or `j` scrolls through the list if the widget is a table (Temperature, Disks, Processes). @@ -148,7 +148,7 @@ See this [config](./sample_config.toml) for an example. - `Ctrl-f` or `/` to open the search widget. -#### Search Widget +#### Search widget - `Tab` to switch between searching for PID and name respectively. diff --git a/docs/config.md b/docs/config.md index dfeb84f0..bf7995a9 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1,6 +1,6 @@ # Config Files -## Boot Options +## Boot options One use of a config file is to set boot flags to execute without having to state them when launching the program. @@ -30,7 +30,7 @@ Another use is to set colours, under the `[colors]`. The following labels are cu Note some colours may not be compatible with the terminal you are using. -## Default Locations +## Default config locations bottom will check specific locations by default for a config file. diff --git a/docs/widgets.md b/docs/widgets.md index 48f2a9a9..2868731e 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -16,7 +16,7 @@ The compatibility of each widget and operating systems are, as of version 0.2.0, - macOS is tested on macOS Catalina, using the base Terminal and Kitty Terminal. -## Widget Information +## Widget information ### CPU