Verbinding
Onofficiรซle Beta-vertaling
Deze pagina is vertaald door PageTurner AI (beta). Niet officieel goedgekeurd door het project. Een fout gevonden? Probleem melden โ
Watโ
Toont details over de huidige netwerkverbinding.
informatie
Ondersteunt momenteel alleen Windows. Pull requests voor ondersteuning van Darwin en Linux zijn welkom :)
Voorbeeldconfiguratieโ
- json
- yaml
- toml
{
"type": "connection",
"style": "powerline",
"background": "#8822ee",
"foreground": "#222222",
"powerline_symbol": "๎ฐ"
}
type: connection
style: powerline
background: "#8822ee"
foreground: "#222222"
powerline_symbol: ๎ฐ
type = "connection"
style = "powerline"
background = "#8822ee"
foreground = "#222222"
powerline_symbol = "๎ฐ"
Optiesโ
| Name | Type | Default | Description |
|---|---|---|---|
type | string | wifi|ethernet | the type of connection to display. Can be a single value or multiple joined by a pipe
|
Template (informatie)โ
standaard sjabloon
{{ if eq .Type \"wifi\"}}\uf1eb{{ else if eq .Type \"ethernet\"}}\ueba9{{ end }}
Eigenschappenโ
| Name | Type | Description |
|---|---|---|
.Type | string | the connection type type. Single values of type above |
.Name | string | the name of the connection |