From: Felix Buehler Date: Tue, 22 May 2018 00:07:28 +0000 (+0200) Subject: fix wrong memory-documentation X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=commitdiff_plain;h=c7253ac5e487f7f2491140e2128dc95762775c3a;hp=cba8f559384008f187e7388186b9885343be0678 fix wrong memory-documentation --- diff --git a/man/i3status.man b/man/i3status.man index f8ce219..9907dcd 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -455,9 +455,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+