mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
[skip travis] Consistency in captialization.
This commit is contained in:
parent
3824b22a50
commit
c0fb2bac3f
3 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue