mirror of https://github.com/lcpz/lain.git
Updated net (markdown)
This commit is contained in:
parent
163e0c2769
commit
17e84dc2f7
12
net.md
12
net.md
|
@ -20,11 +20,7 @@ Variable | Meaning | Type | Default
|
||||||
|
|
||||||
Possible value for `units` are stored in table `lain.widgets.net.units`, which contains:
|
Possible value for `units` are stored in table `lain.widgets.net.units`, which contains:
|
||||||
|
|
||||||
{
|
["b"] = 1,
|
||||||
["b"] = 1,
|
["kb"] = 1024,
|
||||||
["kb"] = 1024,
|
["mb"] = 1024^2,
|
||||||
["mb"] = 1024^2,
|
["gb"] = 1024^3
|
||||||
["gb"] = 1024^3
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue