mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +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
|
||||
|
||||
Display all Ethernet (including WLAN) devices. This excludes loopback,
|
||||
bridges etc.
|
||||
|
||||
```
|
||||
bar:
|
||||
left:
|
||||
- network:
|
||||
content:
|
||||
map:
|
||||
conditions:
|
||||
type == ether || type == wlan:
|
||||
map:
|
||||
default:
|
||||
string: {text: "{name}: {state} ({ipv4})"}
|
||||
|
|
Loading…
Add table
Reference in a new issue