aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-11-18 00:52:55 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-11-18 00:52:55 +0100
commitc870691157ee542abec9a177ef64a8bade31580c (patch)
tree3049fb6f8863680c158cee915c07045636e0529f /README
parent5cbd75996be3536672cbd2b1c5166c3ce7238f30 (diff)
downloadvicious-legacy-c870691157ee542abec9a177ef64a8bade31580c.tar.xz
fs: switched to 1K blocks and new keys
Previous version could return 1 on one update and 900 on the next (1st being GB, 2nd MB) a user appending "GB" to the value suddenly has a 900GB disk available. Returned keys are now: size_mb, size_gb, used_mb, used_gb, avail_mb, avail_gb, and percentage is now: used_p.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 3af7492..9ea569f 100644
--- a/README
+++ b/README
@@ -177,7 +177,8 @@ vicious.widgets.fs
- takes an (optional) argument which, if true, includes remote file
systems, only local file systems are included by default
- returns a table with custom keys, using mount points as a base:
- {/ size}, {/ used}, {/ avail}, {/ usep}, {/home size} etc.
+ {/ size_mb}, {/ size_gb}, {/ used_mb}, {/ used_gb}, {/ used_p},
+ {/ avail_mb}, {/ avail_gb}, {/home size_mb} etc.
vicious.widgets.dio
- provides I/O statistics for requested storage devices