Hi folks,

I noticed that there is currently no way to display memory-stats with i3status.
Because I like to know how much memory is used/free on my systems I wrote a
small addition to i3status to cover this.

The RFC only covers stats on linux-systems as I'm not that familiar with
FreeBSD.

I'm not entirely sure whether I covered everything necessary, or if there are
still bugs. But if you like it, you are free to use it/modify it as you please.

Best regards,
- Benjamin

Benjamin Block (1):
  i3status: implements a memory-usage-print

 i3status.c            |   14 +++
 include/i3status.h    |    1 +
 man/i3status.man      |   27 ++++++
 src/print_mem_usage.c |  210 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 252 insertions(+), 0 deletions(-)
 create mode 100644 src/print_mem_usage.c

--
1.7.3.4

Reply via email to