X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/62bc3c8be1eaf8668f8139c853864beeed8fa3b1..729cd7e0f8e00dfdc33ae7e04e3b03f7dfd25de8:/mem.md diff --git a/mem.md b/mem.md index 80e6a88..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 | 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