mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 11:11:04 +02:00
1.1 KiB
1.1 KiB
Displays network connectivity information. Requires NetworkManager.
Configuration
Type:
networkmanager
Name | Type | Default | Description |
---|---|---|---|
icon_size |
integer |
24 |
Size to render icon at. |
JSON
{
"end": [
{
"type": "networkmanager",
"icon_size": 32
}
]
}
TOML
[[end]]
type = "networkmanager"
icon_size = 32
YAML
end:
- type: "networkmanager"
icon_size: 32
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.