summaryrefslogtreecommitdiffstats
path: root/docs/content/configuration/config-file/processes.md
blob: b3637f0858c6f949a17471b26c49b091899240d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Processes

## Columns

You can configure which columns are shown by the process widget by setting the `columns` setting:

```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"]
```