diff options
| -rw-r--r-- | readme.md | 12 | 
1 files changed, 12 insertions, 0 deletions
| @@ -615,6 +615,18 @@ something like:    string "Kb/s").  - Default template: `<dev>: <rx>KB|<tx>KB` +### `DynNetwork Args RefreshRate` + +- Active interface is detected automatically +- Aliases to "dynnetwork" +- Args: default monitor arguments +- Variables that can be used with the `-t`/`--template` argument: +  `dev`, `rx`, `tx`, `rxbar`, `txbar`. Reception and transmission +  rates (`rx` and `tx`) are displayed in Kbytes per second, and you +  can set the `-S` to "True" to make them displayed with units (the +  string "Kb/s"). +- Default template: `<dev>: <rx>KB|<tx>KB` +  ### `Wireless Interface Args RefreshRate`  - Aliases to the interface name with the suffix "wi": thus, `Wirelss | 
