Uno Platform
What
Display the currently active Uno Platform SDK version.
Sample Configuration
- json
- yaml
- toml
{
"type": "uno",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#ffffff",
"background": "#7D4698",
"template": " {{ .Version }} "
}
type: uno
style: powerline
powerline_symbol:
foreground: "#ffffff"
background: "#7D4698"
template: " {{ .Version }} "
type = "uno"
style = "powerline"
powerline_symbol = ""
foreground = "#ffffff"
background = "#7D4698"
template = " {{ .Version }} "
Template (info)
default template
{{ .Version }}
Properties
| Name | Type | Description |
|---|---|---|
.Version | string | the Uno Platform SDK version |