Updated mem (markdown)

This commit is contained in:
Luke Bonham 2013-09-10 14:33:06 -07:00
parent 0e9db489f5
commit 78a1068229
1 changed files with 7 additions and 8 deletions

15
mem.md
View File

@ -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 "
`timeout` | Refresh timeout seconds | int | 10
`settings` | User settings | function | empty function
**Note**: `footer` color is `color`.
`settings` can use the strings `used` (memory used MB) and `swapused` (swap used MB).
### output
A textbox.