mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-22 13:14:40 +02:00
[skip travis] Consistency in captialization.
This commit is contained in:
parent
3824b22a50
commit
c0fb2bac3f
@ -96,7 +96,7 @@ Run using `btm`.
|
|||||||
|
|
||||||
- `-C`, `--config` takes in a file path leading to a TOML file.
|
- `-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.
|
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.
|
- `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).
|
- `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.
|
- `Ctrl-f` or `/` to open the search widget.
|
||||||
|
|
||||||
#### Search Widget
|
#### Search widget
|
||||||
|
|
||||||
- `Tab` to switch between searching for PID and name respectively.
|
- `Tab` to switch between searching for PID and name respectively.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Config Files
|
# 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.
|
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.
|
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.
|
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.
|
- macOS is tested on macOS Catalina, using the base Terminal and Kitty Terminal.
|
||||||
|
|
||||||
## Widget Information
|
## Widget information
|
||||||
|
|
||||||
### CPU
|
### CPU
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user