summaryrefslogtreecommitdiff
path: root/ram-widget/README.md
diff options
context:
space:
mode:
authorShubham Pawar <31388020+shubham-cpp@users.noreply.github.com>2022-04-16 18:30:12 +0530
committerGitHub <noreply@github.com>2022-04-16 18:30:12 +0530
commitfc7d966cb9f06eb2da2e8998402adc8663d831ee (patch)
treeed2bd23e6340aab609de1a881c30dadf5116250b /ram-widget/README.md
parent6d1c05decca2fffe87863fceaa163a077360f21d (diff)
parent8439ca7930e73e17746a1d6f0610417e8a42865f (diff)
Merge branch 'master' into update-brightnessctl
Diffstat (limited to 'ram-widget/README.md')
-rw-r--r--ram-widget/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/ram-widget/README.md b/ram-widget/README.md
index 6e80976..568245b 100644
--- a/ram-widget/README.md
+++ b/ram-widget/README.md
@@ -15,6 +15,8 @@ It is possible to customize widget by providing a table with all or some of the
| `color_used` | `beautiful.bg_urgent` | Color for used RAM |
| `color_free` | `beautiful.fg_normal` | Color for free RAM |
| `color_buf` | `beautiful.border_color_active` | Color for buffers/cache |
+| `widget_height` | `25` | Height of the widget |
+| `widget_width` | `25` | Width of the widget |
| `widget_show_buf` | `false` | Whether to display buffers/cache separately in the tray widget. If `false`, buffers/cache are considered free RAM. |
| `timeout` | 1 | How often (in seconds) the widget refreshes |