mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 04:03:06 +00:00
docs: update process config docs (#1142)
This commit is contained in:
parent
dae65bcd56
commit
cb9d99527a
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ You can configure which columns are shown by the process widget by setting the `
|
|||
```toml
|
||||
[processes]
|
||||
# Pick which columns you want to use in any order.
|
||||
columns = ["cpu%", "mem", "mem%", "pid", "count", "name", "command", "read", "write", "Tread", "twrite", "state", "user", "time"]
|
||||
columns = ["cpu%", "mem%", "pid", "name", "read", "write", "Tread", "twrite", "state", "user", "time"]
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue