From fbe207a0f9110dc3a686cb85d9f2bea19bc0aef3 Mon Sep 17 00:00:00 2001 From: Andrew Slice Date: Mon, 11 Apr 2022 17:26:01 -0400 Subject: Add notification_position parameters to batteryarc-widget. Add widget_height and widget_width parameters to ram-widget. --- ram-widget/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ram-widget/README.md') 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 | -- cgit v1.2.3