mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
137 lines
3.9 KiB
JSON
137 lines
3.9 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
"blocks": [
|
|
{
|
|
"alignment": "left",
|
|
"newline": true,
|
|
"segments": [
|
|
{
|
|
"background": "#FEF5ED",
|
|
"foreground": "#011627",
|
|
"leading_diamond": "\ue0b2",
|
|
"properties": {
|
|
"macos": "\uf179 ",
|
|
"ubuntu": "\uf31b ",
|
|
"windows": "\uf871 "
|
|
},
|
|
"style": "diamond",
|
|
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}",
|
|
"trailing_diamond": "<transparent,#FEF5ED>\ue0b2</>",
|
|
"type": "os"
|
|
},
|
|
{
|
|
"background": "#FEF5ED",
|
|
"foreground": "#011627",
|
|
"leading_diamond": "\ue0b2",
|
|
"style": "diamond",
|
|
"template": "\uf489 {{ .Name }}",
|
|
"trailing_diamond": "<transparent,#FEF5ED>\ue0b2</>",
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"background": "#516BEB",
|
|
"foreground": "#ffffff",
|
|
"leading_diamond": "\ue0b2",
|
|
"style": "diamond",
|
|
"template": "\uf85a MEM: {{ round .PhysicalPercentUsed .Precision }}% | {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB \uf85a ",
|
|
"trailing_diamond": "<transparent,#516BEB>\ue0b2</>",
|
|
"type": "sysinfo"
|
|
},
|
|
{
|
|
"background": "#575656",
|
|
"foreground": "#d6deeb",
|
|
"leading_diamond": "\ue0b2",
|
|
"properties": {
|
|
"style": "roundrock",
|
|
"threshold": 0
|
|
},
|
|
"style": "diamond",
|
|
"template": " {{ .FormattedMs }} ",
|
|
"trailing_diamond": "\ue0b0",
|
|
"type": "executiontime"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
},
|
|
{
|
|
"alignment": "right",
|
|
"segments": [
|
|
{
|
|
"background": "#17D7A0",
|
|
"foreground": "#011627",
|
|
"leading_diamond": "\ue0b2",
|
|
"properties": {
|
|
"branch_icon": "\ue725 ",
|
|
"fetch_stash_count": true,
|
|
"fetch_status": true,
|
|
"fetch_upstream_icon": true,
|
|
"fetch_worktree_count": true
|
|
},
|
|
"style": "diamond",
|
|
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} ",
|
|
"trailing_diamond": "\ue0b0",
|
|
"type": "git"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
},
|
|
{
|
|
"alignment": "left",
|
|
"newline": true,
|
|
"segments": [
|
|
{
|
|
"style": "plain",
|
|
"template": "\u256d\u2500",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"properties": {
|
|
"time_format": "15:04"
|
|
},
|
|
"style": "plain",
|
|
"template": " \u2665 {{ .CurrentDate | date .Format }} |",
|
|
"type": "time"
|
|
},
|
|
{
|
|
"style": "plain",
|
|
"template": " \uf292 ",
|
|
"type": "root"
|
|
},
|
|
{
|
|
"properties": {
|
|
"folder_icon": "\uf07b ",
|
|
"folder_separator_icon": " \uf554 ",
|
|
"home_icon": "\uf7db "
|
|
},
|
|
"style": "plain",
|
|
"template": " {{ .Path }} ",
|
|
"type": "path"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
},
|
|
{
|
|
"alignment": "left",
|
|
"newline": true,
|
|
"segments": [
|
|
{
|
|
"properties": {
|
|
"always_enabled": true
|
|
},
|
|
"style": "plain",
|
|
"template": "\u2570\u2500 ",
|
|
"type": "exit"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
}
|
|
],
|
|
"console_title_template": "{{ .Folder }}",
|
|
"transient_prompt": {
|
|
"background": "transparent",
|
|
"foreground": "#FEF5ED",
|
|
"template": "\ue285 "
|
|
},
|
|
"version": 2
|
|
}
|