From c4b5b25067dd79700982bde92ac9c176e846b68a Mon Sep 17 00:00:00 2001 From: Luke Bonham Date: Sat, 7 Sep 2013 05:08:42 -0700 Subject: [PATCH] Updated mem (markdown) --- mem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mem.md b/mem.md index 58ccf72..1efdb3a 100644 --- a/mem.md +++ b/mem.md @@ -1,4 +1,4 @@ -Show used memory and total memory in MiB. +Shows memory status (in MiB) in a textbox. mymem = lain.widgets.mem() @@ -11,7 +11,7 @@ Variable | Meaning | Type | Default `refresh_timeout` | Refresh timeout seconds | int | 10 `show_swap` | Show amount of used swap space? | boolean | false `show_total` | Show amout of total memory? | boolean | false -`header` | Text to show before value | string | " Vol " +`header` | Text to show before value | string | " Mem " `header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF" `color` | Value color | string | `beautiful.fg_focus` or "#FFFFFF" `footer` | Text to show after value | string | "MB" -- 2.39.2