Man page - yambar-modules-network(5)

Packages contains this manual

Manual

yambar-modules-network

NAME
DESCRIPTION
TAGS
CONFIGURATION
EXAMPLES
SEE ALSO

NAME

network - This module monitors network connection state

DESCRIPTION

This module monitors network connection state; disconnected/connected state and MAC/IP addresses. It instantiates the provided content particle for each network interface.

Note: while the module internally tracks all assigned IPv4/IPv6 addresses, it currently exposes only a single IPv4 and a single IPv6 address per network interface.

TAGS

Image grohtml-4162184-1.png

CONFIGURATION

Image grohtml-4162184-2.png

EXAMPLES

bar:
left:
- network:
content:
map:
default:
string: {text: "{name}: {state} ({ipv4})"}
conditions:
ipv4 == "":
string: {text: "{name}: {state}"}

SEE ALSO

yambar-modules (5), yambar-particles (5), yambar-tags (5), yambar-decorations (5)