X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/ea45c499c8a88fbacc43b76e743a713e8e23d85f..f2fd571bee7cd5aa0a38f0649868ab042023698d:/net.md diff --git a/net.md b/net.md index c3a635c..82772d7 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() @@ -12,15 +14,16 @@ Variable | Meaning | Type | Default `spr` | Separator text between download and upload values | string | " " `header` | Text to show before value | string | `iface` `header_color` | Header color | string | `beautiful.fg_normal` or "#FFFFFF" +`footer` | Text to append after value | string | "" `color_up` | Upload value color | string | `beautiful.fg_focus` or "#FFFFFF" `color_down` | Download value color | string | `beautiful.fg_focus` or "#FFFFFF" `app` | Net program to spawn on click | string | "sudo wifi-menu" -**Note**: `spr` can be a markup text. +**Note**: `spr` and `footer` can be a markup text. 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 + ["mb"] = 1024^2, + ["gb"] = 1024^3 \ No newline at end of file