summaryrefslogtreecommitdiffstats
path: root/docs/content/configuration
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-07 17:00:55 -0400
committerGitHub <noreply@github.com>2023-05-07 17:00:55 -0400
commite12ed777b7b4d5590d6b245ce073fcf534984ed2 (patch)
treef1e5daa13da29f3c3f488332a78df5b7b139388d /docs/content/configuration
parenta62fdc5e042b2a9cf745a416f817fa9dea129078 (diff)
docs: update docs with processes column (#1138)
Diffstat (limited to 'docs/content/configuration')
-rw-r--r--docs/content/configuration/config-file/processes.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/content/configuration/config-file/processes.md b/docs/content/configuration/config-file/processes.md
new file mode 100644
index 00000000..55e5c2c6
--- /dev/null
+++ b/docs/content/configuration/config-file/processes.md
@@ -0,0 +1,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.
+columns = ["cpu%", "mem", "mem%", "pid", "count", "name", "command", "read", "write", "Tread", "twrite", "state", "user", "time"]
+```