summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-09 19:35:32 -0400
committerGitHub <noreply@github.com>2023-05-09 19:35:32 -0400
commitcb9d99527a8fea308ce31dda19080279bb492236 (patch)
tree7d6e238d1ae27c1cabaa6f4add4ab5bd4981a639
parentdae65bcd560eef4159e01c7c13cb816d77969005 (diff)
docs: update process config docs (#1142)
-rw-r--r--docs/content/configuration/config-file/processes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/configuration/config-file/processes.md b/docs/content/configuration/config-file/processes.md
index b3637f08..047ae376 100644
--- a/docs/content/configuration/config-file/processes.md
+++ b/docs/content/configuration/config-file/processes.md
@@ -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"]
```