Skip to content

Network-Manager

Displays the current network connection state of NetworkManager. Supports wired ethernet, wifi, cellular data and VPN connections among others.

Configuration

Type: network_manager

NameTypeDefaultDescription
icon_sizeinteger24Size to render icon at.
JSON
{
"end": [
{
"type": "network_manager",
"icon_size": 32
}
]
}
TOML
[[end]]
type = "network_manager"
icon_size = 32
YAML
end:
- type: "network_manager"
icon_size: 32
Corn
{
end = [
{
type = "network_manager"
icon_size = 32
}
]
}

Styling

SelectorDescription
.network_managerNetworkManager widget container.
.network_manager .iconNetworkManager widget icon.

For more information on styling, please see the styling guide.