diff options
author | Ingo Bürk <admin@airblader.de> | 2018-05-22 06:57:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-22 06:57:45 +0200 |
commit | 9f08fe297a59553e6a0f1c0078014afa1209e51b (patch) | |
tree | 6d05c7f7cc554599e80b8aaccf8c00511cd92a1d /man | |
parent | b850f5852d0e455c246827a603ac28577a70428d (diff) | |
parent | c7253ac5e487f7f2491140e2128dc95762775c3a (diff) |
Merge pull request #282 from Stunkymonkey/mem-support
fix wrong memory-documentation
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/i3status.man b/man/i3status.man index 1d679a3..f2f193b 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -459,9 +459,9 @@ It acts equivalently to +format+. As Linux' meminfo doesn't expose the overall memory in use, there are multiple methods to distinguish the actually used memory. -*Example used_memory_method*: +memavailable+ ("total memory" - "MemAvailable", matches gnome system monitor) +*Example memory_used_method*: +memavailable+ ("total memory" - "MemAvailable", matches +free+ command) -*Example used_memory_method*: +classical+ ("total memory" - "free" - "buffers" - "cache", matches gnome system monitor) +*Example memory_used_method*: +classical+ ("total memory" - "free" - "buffers" - "cache", matches gnome system monitor) *Example order*: +memory+ |