mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 11:35:42 +02:00
doc: network: update example
Only display Ethernet and WLAN devices (not loopback, bridges etc).
This commit is contained in:
parent
54902f46ab
commit
887e770202
1 changed files with 10 additions and 4 deletions
|
@ -101,11 +101,17 @@ address per network interface.
|
||||||
|
|
||||||
# EXAMPLES
|
# EXAMPLES
|
||||||
|
|
||||||
|
Display all Ethernet (including WLAN) devices. This excludes loopback,
|
||||||
|
bridges etc.
|
||||||
|
|
||||||
```
|
```
|
||||||
bar:
|
bar:
|
||||||
left:
|
left:
|
||||||
- network:
|
- network:
|
||||||
content:
|
content:
|
||||||
|
map:
|
||||||
|
conditions:
|
||||||
|
type == ether || type == wlan:
|
||||||
map:
|
map:
|
||||||
default:
|
default:
|
||||||
string: {text: "{name}: {state} ({ipv4})"}
|
string: {text: "{name}: {state} ({ipv4})"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue