summaryrefslogtreecommitdiff
path: root/ram-widget
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-19 08:23:38 -0500
committerzachir <zachir@librem.one>2023-10-19 08:23:38 -0500
commit3a984a9119cf431ec9eba7aafe5baf03376b379e (patch)
tree05c23648f9dcbef2cd603e63174099328c364032 /ram-widget
parent7090693bcf60efe23a0ce4531b02b6af93cafba8 (diff)
Update documentation
Diffstat (limited to 'ram-widget')
-rw-r--r--ram-widget/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/ram-widget/README.md b/ram-widget/README.md
index 568245b..a932b52 100644
--- a/ram-widget/README.md
+++ b/ram-widget/README.md
@@ -15,10 +15,10 @@ 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 |
+| `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 |
## Installation