From c7253ac5e487f7f2491140e2128dc95762775c3a Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 22 May 2018 02:07:28 +0200 Subject: [PATCH] fix wrong memory-documentation --- man/i3status.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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+ -- 2.39.2