summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-11-19 00:28:04 -0500
committerGitHub <noreply@github.com>2020-11-19 00:28:04 -0500
commit92636f3bf91a1872b6b4249e78fce79e9fb51b6d (patch)
tree7660dc17555891b1016cc57df9c9bc644feadfbc /README.md
parentc0a8c347e12ae7924ed78ee9c35f2acd7152193e (diff)
feature: Add mem_as_value flag (#309)
Adds a new flag, --mem_as_value (and its corresponding config option, mem_as_value = true), which defaults to showing process memory values by their amount rather than percentage.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index e3346e4c..1f1caa84 100644
--- a/README.md
+++ b/README.md
@@ -233,6 +233,7 @@ Run using `btm`.
--hide_time Completely hides the time scaling.
-k, --kelvin Sets the temperature type to Kelvin.
-l, --left_legend Puts the CPU chart legend to the left side.
+ --mem_as_value Defaults to showing process memory usage by value.
-r, --rate <MS> Sets a refresh rate in ms.
-R, --regex Enables regex by default.
-d, --time_delta <MS> The amount in ms changed upon zooming.
@@ -547,6 +548,7 @@ These are the following supported flag config values, which correspond to the fl
| `default_widget_count` | Unsigned Int (represents which `default_widget_type`) |
| `disable_click` | Boolean |
| `color` | String (one of ["default", "default-light", "gruvbox", "gruvbox-light"]) |
+| `mem_as_value` | Boolean |
#### Theming