X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/78a106822996d3a32b63282bbd4a2f385973cea0..72bc5d131a4f85474d95b3b5895085ab521bb47e:/mem.md diff --git a/mem.md b/mem.md index 067dc25..84b7ad2 100644 --- a/mem.md +++ b/mem.md @@ -4,16 +4,14 @@ Shows memory status (in MiB) in a textbox. mymem = lain.widgets.mem() - -The function takes a table as an optional argument. That table may -contain: +### input table Variable | Meaning | Type | Default --- | --- | --- | --- -`timeout` | Refresh timeout seconds | int | 10 +`timeout` | Refresh timeout seconds | int | 3 `settings` | User settings | function | empty function -`settings` can use the strings `used` (memory used MB) and `swapused` (swap used MB). +`settings` can use the strings `mem_now.used` (memory used MB) and `mem_now.swapused` (swap used MB). ### output