WinGet
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 het aantal beschikbare WinGet-pakketupdates. Dit segment wordt alleen getoond wanneer er updates beschikbaar zijn.
informatie
Dit segment is alleen beschikbaar op Windows.
Voorbeeldconfiguratieโ
- json
- yaml
- toml
{
"type": "winget",
"style": "powerline",
"powerline_symbol": "๎ฐ",
"foreground": "#ffffff",
"background": "#0077c2",
"template": " ๏ {{ .UpdateCount }} ",
"cache": {
"duration": "24h",
"strategy": "device"
}
}
type: winget
style: powerline
powerline_symbol: ๎ฐ
foreground: "#ffffff"
background: "#0077c2"
template: " ๏ {{ .UpdateCount }} "
cache:
duration: 24h
strategy: device
type = "winget"
style = "powerline"
powerline_symbol = "๎ฐ"
foreground = "#ffffff"
background = "#0077c2"
template = " ๏ {{ .UpdateCount }} "
[cache]
duration = "24h"
strategy = "device"
Template (informatie)โ
standaard template
\uf409 {{ .UpdateCount }}
Eigenschappenโ
| Name | Type | Description |
|---|---|---|
.UpdateCount | int | the number of packages with available updates |
.Updates | []WinGetPackage | array of packages with available updates |
WinGet-pakketโ
| Name | Type | Description |
|---|---|---|
.Name | string | the package name |
.ID | string | the package ID |
.Current | string | the currently installed version |
.Available | string | the available version for update |