summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-09 19:20:34 -0400
committerGitHub <noreply@github.com>2023-05-09 19:20:34 -0400
commitdae65bcd560eef4159e01c7c13cb816d77969005 (patch)
tree2d4c9271832756ea8599f783a6c10d261269514e /docs
parent53d7cbb170572548d7ea62cc3dad38db9aa9a808 (diff)
bug: fix certain custom column combinations causing issues (#1140)
* docs: update some docs related to processes * bug: temp bandaid on column feature to avoid dupes issue
Diffstat (limited to 'docs')
-rw-r--r--docs/content/configuration/config-file/processes.md2
-rw-r--r--docs/content/usage/widgets/process.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/configuration/config-file/processes.md b/docs/content/configuration/config-file/processes.md
index 55e5c2c6..b3637f08 100644
--- a/docs/content/configuration/config-file/processes.md
+++ b/docs/content/configuration/config-file/processes.md
@@ -6,6 +6,6 @@ You can configure which columns are shown by the process widget by setting the `
```toml
[processes]
-# Pick which columns you want to use.
+# 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"]
```
diff --git a/docs/content/usage/widgets/process.md b/docs/content/usage/widgets/process.md
index eea4cc0a..a0936f61 100644
--- a/docs/content/usage/widgets/process.md
+++ b/docs/content/usage/widgets/process.md
@@ -19,7 +19,7 @@ By default, the main process table displays the following information for each p
- PID
- Name of the process
-- CPU use percentage (note this is averaged out per available thread)
+- CPU use percentage (note this is averaged out per available thread by default)
- Memory use percentage
- Reads per second
- Writes per second