diff options
author | jao <jao@gnu.org> | 2018-11-21 20:52:03 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-21 20:52:03 +0000 |
commit | b1eb899495ed996200a9e99c33bcc8f5a4896af9 (patch) | |
tree | 8c1e1d2178ceaf8d1a66a6886f151320112e114e /readme.md | |
parent | e9a9b580bc1a2d42da83a93741d1aab78a178644 (diff) | |
download | xmobar-b1eb899495ed996200a9e99c33bcc8f5a4896af9.tar.gz xmobar-b1eb899495ed996200a9e99c33bcc8f5a4896af9.tar.bz2 |
Wireless: simple auto-detection of interface name
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -769,8 +769,9 @@ something like: ### `Wireless Interface Args RefreshRate` +- If set to "", the interface is looked up in /proc/net/wireless. - Aliases to the interface name with the suffix "wi": thus, `Wireless - "wlan0" []` can be used as `%wlan0wi%` + "wlan0" []` can be used as `%wlan0wi%`, and `Wireless "" []` as `%wi%`. - Args: default monitor arguments, plus: - `--quality-icon-pattern`: dynamic string for connection quality in `qualityipat`. - Variables that can be used with the `-t`/`--template` argument: |