Displays network connectivity information. Requires NetworkManager. ## Configuration > Type: `networkmanager` | Name | Type | Default | Description | |-------------|-----------|---------|-------------------------| | `icon_size` | `integer` | `24` | Size to render icon at. |
JSON ```json { "end": [ { "type": "networkmanager", "icon_size": 32 } ] } ```
TOML ```toml [[end]] type = "networkmanager" icon_size = 32 ```
YAML ```yaml end: - type: "networkmanager" icon_size: 32 ```
Corn ```corn { end = [ { type = "networkmanager" icon_size = 32 } ] } ```
## Styling | Selector | Description | |------------------------|----------------------------------| | `.networkmanager` | NetworkManager widget container. | | `.networkmanger .icon` | NetworkManager widget icon. | For more information on styling, please see the [styling guide](styling-guide).