X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/17e84dc2f7af8aae99a7912b9d31c0e28d338d22..ae528aac430fd36e138bdadde303d50b8cc89f07:/net.md diff --git a/net.md b/net.md index 868fb68..b02c239 100644 --- a/net.md +++ b/net.md @@ -1,3 +1,5 @@ +[<- widgets](https://github.com/copycat-killer/lain/wiki/Widgets) + Monitors network interfaces and shows current traffic in a textbox. mynet = lain.widgets.net() @@ -20,7 +22,7 @@ Variable | Meaning | Type | Default Possible value for `units` are stored in table `lain.widgets.net.units`, which contains: - ["b"] = 1, - ["kb"] = 1024, - ["mb"] = 1024^2, - ["gb"] = 1024^3 \ No newline at end of file + ["b"] = 1, + ["kb"] = 1024, + ["mb"] = 1024^2, + ["gb"] = 1024^3 \ No newline at end of file