summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-28 16:30:24 -0400
committerGitHub <noreply@github.com>2020-08-28 16:30:24 -0400
commit9a11e77aa057bb4b9d3d31d3c70ceab7136eedaf (patch)
tree64d32c8bd0e4ed43c9af3f34137d905e5fe0f99f /README.md
parent81ec7c311b5cf915032c473b411c8a1d0bb13228 (diff)
feature: Adaptive network widget (#206)
Allows the network widget graph to grow/shrink with current data, rather than using a static size.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index d0980fb8..e6867888 100644
--- a/README.md
+++ b/README.md
@@ -335,7 +335,11 @@ Note that the `and` operator takes precedence over the `or` operator.
As yet _another_ process/system visualization and management application, bottom supports the typical features:
-- CPU, memory, and network usage visualization
+- CPU usage visualization, on an average and per-core basis
+
+- RAM and swap usage visualization
+
+- Network visualization for receiving and transmitting, on a log-graph scale
- Display information about disk capacity and I/O per second
@@ -527,7 +531,7 @@ Each component of the layout accepts a `ratio` value. If this is not set, it def
For an example, look at the [default config](./sample_configs/default_config.toml), which contains the default layout.
-And if your heart desires, you can have duplicate widgets. This means you could do something like:
+Furthermore, you can have duplicate widgets. This means you could do something like:
```toml
[[row]]