From 2bad329d131c6c30c24e8286960435f6df2141b3 Mon Sep 17 00:00:00 2001 From: enkore Date: Thu, 28 Feb 2013 00:25:37 +0100 Subject: [PATCH] Readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 405e8e4..96d5c42 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,21 @@ This class shows a clock +### disk + + +Gets used, free, available and total amount of bytes on the given mounted filesystem. + +These values can also be expressed in percentages with the percentage_used, percentage_free +and percentage_avail formats. + + +* `format` — (default: `{free}/{avail}`) +* `path` — (required) +* `divisor` — divide all byte values by this value, commonly 1024**3 (gigabyte) (default: `1073741824`) + + + ### file