diff options
author | vindex10 <vindex10@gmail.com> | 2019-10-21 19:17:49 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-10-21 18:17:49 +0100 |
commit | e9638fdc41ccd0876f17b4344461deaa109332e2 (patch) | |
tree | ff43109455014449dd984712768925f140023987 /readme.md | |
parent | 238905099eb7d6a0ee44dadc2ff051692d8831f6 (diff) | |
download | xmobar-e9638fdc41ccd0876f17b4344461deaa109332e2.tar.gz xmobar-e9638fdc41ccd0876f17b4344461deaa109332e2.tar.bz2 |
add filtering option for Net devices (#408)
* add filtering option for Net devices
* relate to comments
* upd readme
* add few more words to readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -799,13 +799,15 @@ specification, such as `("clear", "<icon=weather-clear.xbm/>")`. - Thresholds are expressed in Kb/s - Args: default monitor arguments, plus: - `--rx-icon-pattern`: dynamic string for reception rate in `rxipat`. - - `--tx-icon-pattern`: dynamic string for transmission rate in `txipat`. + - `--tx-icon-pattern`: dynamic string for transmission rate in `txipat` + - `--devices`: comma-separated list of devices to show. - Variables that can be used with the `-t`/`--template` argument: `dev`, `rx`, `tx`, `rxbar`, `rxvbar`, `rxipat`, `txbar`, `txvbar`, `txipat`. 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` +- Example of usage of `--devices` option: `["--", "--devices", "wlp2s0,enp0s20f41"]` ### `Wireless Interface Args RefreshRate` |