X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/f2a9d548e6172987c554cdd1261c1008e2670328..c7780c093a218f82d7a2bcdc9dac2d62ed88153b:/net.md diff --git a/net.md b/net.md index 096b6a0..f1cd095 100644 --- a/net.md +++ b/net.md @@ -13,6 +13,14 @@ Variable | Meaning | Type | Default `units` | Units | int | 1024 (kilobytes) `settings` | User settings | function | empty function -Possible other values for `units` are 1 (byte) or multiple of 1024: 1024^2 (mb), 1024^3 (gb), ... . +Possible other values for `units` are 1 (byte) or multiple of 1024: 1024^2 (mb), 1024^3 (gb), and so on. -`settings` can use the following `iface` strings: `carrier`, `state`, `sent`, `received`. \ No newline at end of file +`settings` can use the following `iface` strings: + +- `carrier` ("0", "1"); +- `state` ("up", "down"); +- `sent` and `received` (numbers). + +### output + +A textbox. \ No newline at end of file