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
| Name | Type | Default | Description |
|---|---|---|---|
icon_size | integer | 24 | Size to render icon at. |
JSON
{ "end": [ { "type": "network_manager", "icon_size": 32 } ]}TOML
[[end]]type = "network_manager"icon_size = 32YAML
end: - type: "network_manager" icon_size: 32Corn
{ end = [ { type = "network_manager" icon_size = 32 } ] }{ "end": [ { "type": "network_manager", "icon_size": 32 } ]}end: - type: network_manager icon_size: 32[[end]]type = "network_manager"icon_size = 32Styling
| Selector | Description |
|---|---|
.network_manager | NetworkManager widget container. |
.network_manager .icon | NetworkManager widget icon. |
For more information on styling, please see the styling guide.