2021-12-04 12:17:28 -08:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
|
|
"blocks": [
|
|
|
|
{
|
|
|
|
"alignment": "right",
|
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"background": "#003543",
|
2022-02-03 01:22:57 -08:00
|
|
|
"foreground": "#ffffff",
|
|
|
|
"style": "plain",
|
2023-05-09 02:08:45 -07:00
|
|
|
"template": " \ue641 {{ .CurrentDate | date .Format }} ",
|
2022-02-03 01:22:57 -08:00
|
|
|
"type": "time"
|
2021-12-04 12:17:28 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"background": "#83769c",
|
2022-02-03 01:22:57 -08:00
|
|
|
"foreground": "#ffffff",
|
2021-12-04 12:17:28 -08:00
|
|
|
"properties": {
|
2022-03-27 01:12:47 -07:00
|
|
|
"always_enabled": true
|
2022-02-03 01:22:57 -08:00
|
|
|
},
|
|
|
|
"style": "plain",
|
2024-01-17 09:27:06 -08:00
|
|
|
"template": " \ueba2 {{ .FormattedMs }} ",
|
2022-02-03 01:22:57 -08:00
|
|
|
"type": "executiontime"
|
2021-12-04 12:17:28 -08:00
|
|
|
}
|
2022-02-03 01:22:57 -08:00
|
|
|
],
|
|
|
|
"type": "rprompt"
|
2021-12-04 12:17:28 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"alignment": "left",
|
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"background": "#61AFEF",
|
2022-02-03 01:22:57 -08:00
|
|
|
"foreground": "#ffffff",
|
2021-12-04 12:17:28 -08:00
|
|
|
"properties": {
|
2022-03-27 01:12:47 -07:00
|
|
|
"display_host": false
|
2022-02-03 01:22:57 -08:00
|
|
|
},
|
|
|
|
"style": "diamond",
|
2022-03-27 01:12:47 -07:00
|
|
|
"template": "{{if .Root}} \uf0e7 {{.UserName}} {{else}} {{.UserName}} {{end}}",
|
2022-02-03 01:22:57 -08:00
|
|
|
"trailing_diamond": "\ue0b0",
|
|
|
|
"type": "session"
|
2021-12-04 12:17:28 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"background": "#C678DD",
|
2022-03-14 11:14:10 -07:00
|
|
|
"foreground": "#ffffff",
|
2022-02-03 01:22:57 -08:00
|
|
|
"powerline_symbol": "\ue0b0",
|
2021-12-04 12:17:28 -08:00
|
|
|
"properties": {
|
2022-02-03 01:22:57 -08:00
|
|
|
"folder_icon": "\uf115",
|
|
|
|
"folder_separator_icon": " \ue0b1 ",
|
2021-12-04 12:17:28 -08:00
|
|
|
"max_depth": 2,
|
2022-03-27 01:12:47 -07:00
|
|
|
"style": "agnoster_short"
|
2022-02-03 01:22:57 -08:00
|
|
|
},
|
|
|
|
"style": "powerline",
|
2022-03-27 01:12:47 -07:00
|
|
|
"template": " {{ .Path }} ",
|
2022-02-03 01:22:57 -08:00
|
|
|
"type": "path"
|
2021-12-04 12:17:28 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"background": "#95ffa4",
|
2022-02-03 01:22:57 -08:00
|
|
|
"foreground": "#193549",
|
|
|
|
"powerline_symbol": "\ue0b0",
|
|
|
|
"style": "powerline",
|
2022-03-27 01:12:47 -07:00
|
|
|
"template": " {{ .HEAD }} ",
|
2022-02-03 01:22:57 -08:00
|
|
|
"type": "git"
|
2021-12-04 12:17:28 -08:00
|
|
|
}
|
2022-02-03 01:22:57 -08:00
|
|
|
],
|
|
|
|
"type": "prompt"
|
2021-12-04 12:17:28 -08:00
|
|
|
}
|
2022-02-03 01:22:57 -08:00
|
|
|
],
|
|
|
|
"console_title_template": "{{if .Root}} \u26a1 {{end}}{{.UserName}} \u2794 📁{{.Folder}}",
|
|
|
|
"final_space": true,
|
2022-03-27 01:12:47 -07:00
|
|
|
"version": 2
|
2021-12-04 12:17:28 -08:00
|
|
|
}
|