mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
e6d4413ae7
BREAKING CHANGE: adjusts the way some segment work for templates. Mapping the var names as following will resolve the issue. - session/title/general purpose - .Host -> .HostName - .User -> .UserName - az - .UserName -> .Name - kubectl - .UserName -> .User
77 lines
2 KiB
JSON
77 lines
2 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
"final_space": true,
|
|
"console_title": true,
|
|
"console_title_style": "template",
|
|
"console_title_template": "{{if .Root}} ⚡ {{end}}{{.UserName}} ➔ 📁{{.Folder}}",
|
|
"blocks": [
|
|
{
|
|
"type": "rprompt",
|
|
"alignment": "right",
|
|
"segments": [
|
|
{
|
|
"type": "time",
|
|
"style": "plain",
|
|
"foreground": "#ffffff",
|
|
"background": "#003543",
|
|
"properties": {
|
|
"prefix": " \uf64f "
|
|
}
|
|
},
|
|
{
|
|
"type": "executiontime",
|
|
"style": "plain",
|
|
"foreground": "#ffffff",
|
|
"background": "#83769c",
|
|
"properties": {
|
|
"always_enabled": true,
|
|
"prefix": " 羽"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "prompt",
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"type": "session",
|
|
"style": "diamond",
|
|
"foreground": "#ffffff",
|
|
"background": "#61AFEF",
|
|
"trailing_diamond": "\uE0B0",
|
|
"properties": {
|
|
"prefix": "",
|
|
"postfix": "",
|
|
"display_host": false,
|
|
"template": "{{if .Root}} \uF0E7 {{.UserName}} {{else}} {{.UserName}} {{end}}"
|
|
}
|
|
},
|
|
{
|
|
"type": "path",
|
|
"style": "powerline",
|
|
"powerline_symbol": "\uE0B0",
|
|
"foreground": "ffffff",
|
|
"background": "#C678DD",
|
|
"properties": {
|
|
"max_depth": 2,
|
|
"folder_icon": "\uF115",
|
|
"folder_separator_icon": " \uE0B1 ",
|
|
"style": "agnoster_short"
|
|
}
|
|
},
|
|
{
|
|
"type": "git",
|
|
"style": "powerline",
|
|
"powerline_symbol": "\uE0B0",
|
|
"foreground": "#193549",
|
|
"background": "#95ffa4",
|
|
"properties": {
|
|
"template": "{{ .HEAD }}"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|