mirror of https://github.com/lcpz/lain.git
Updated mem (markdown)
This commit is contained in:
parent
eedc618700
commit
c7780c093a
2
mem.md
2
mem.md
|
@ -13,7 +13,7 @@ Variable | Meaning | Type | Default
|
||||||
`timeout` | Refresh timeout seconds | int | 3
|
`timeout` | Refresh timeout seconds | int | 3
|
||||||
`settings` | User settings | function | empty function
|
`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
|
### output
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue