From: Luke Bonham Date: Tue, 10 Sep 2013 21:33:06 +0000 (-0700) Subject: Updated mem (markdown) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/bab5d155b029d5a42bfa695d66f7e1e098d00da7 Updated mem (markdown) --- diff --git a/mem.md b/mem.md index 68c6748..067dc25 100644 --- a/mem.md +++ b/mem.md @@ -10,12 +10,11 @@ contain: 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 | " 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 " - -**Note**: `footer` color is `color`. \ No newline at end of file +`timeout` | Refresh timeout seconds | int | 10 +`settings` | User settings | function | empty function + +`settings` can use the strings `used` (memory used MB) and `swapused` (swap used MB). + +### output + +A textbox. \ No newline at end of file