mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
theme: add poshmon
This commit is contained in:
parent
a5f7176794
commit
a6e9a3561b
127
themes/poshmon.omp.json
Normal file
127
themes/poshmon.omp.json
Normal file
|
@ -0,0 +1,127 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"blocks": [
|
||||
{
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"background": "#2e9599",
|
||||
"foreground": "#ffffff",
|
||||
"leading_diamond": "\ue0b6",
|
||||
"powerline_symbol": "\ue0b0",
|
||||
"style": "diamond",
|
||||
"template": "\uf91c {{ .HostName }} ",
|
||||
"type": "session"
|
||||
},
|
||||
{
|
||||
"background": "#D51111",
|
||||
"foreground": "#ffffff",
|
||||
"powerline_symbol": "\ue0b0",
|
||||
"properties": {
|
||||
"home_icon": "\uf46d",
|
||||
"folder_separator_icon": " <transparent>\ue0b1</> ",
|
||||
"folder_icon": "\uf115",
|
||||
"style": "agnoster"
|
||||
},
|
||||
"style": "powerline",
|
||||
"template": " {{ path .Path .Location }} ",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"background": "#c19c00",
|
||||
"background_templates": [
|
||||
"{{ if or (.Working.Changed) (.Staging.Changed) }}#FFEB3B{{ end }}",
|
||||
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#FFA300{{ end }}",
|
||||
"{{ if gt .Ahead 0 }}#FF7070{{ end }}",
|
||||
"{{ if gt .Behind 0 }}#90F090{{ end }}"
|
||||
],
|
||||
"foreground": "#000000",
|
||||
"powerline_symbol": "\ue0b0",
|
||||
"properties": {
|
||||
"fetch_stash_count": true,
|
||||
"fetch_status": true,
|
||||
"fetch_upstream_icon": true
|
||||
},
|
||||
"style": "powerline",
|
||||
"template": " \uf113 {{ .HEAD }}{{ .BranchStatus }}{{ 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 }} ",
|
||||
"type": "git"
|
||||
}
|
||||
],
|
||||
"type": "prompt"
|
||||
},
|
||||
{
|
||||
"alignment": "right",
|
||||
"segments": [
|
||||
{
|
||||
"background": "#303030",
|
||||
"foreground": "#3C873A",
|
||||
"leading_diamond": "\ue0b6",
|
||||
"properties": {
|
||||
"fetch_package_manager": true,
|
||||
"npm_icon": " <#cc3a3a>\ue5fa</> ",
|
||||
"yarn_icon": " <#348cba>\uf61a</>"
|
||||
},
|
||||
"style": "diamond",
|
||||
"template": "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}",
|
||||
"trailing_diamond": "\ue0b4 ",
|
||||
"type": "node"
|
||||
},
|
||||
{
|
||||
"background": "#306998",
|
||||
"foreground": "#FFE873",
|
||||
"leading_diamond": "\ue0b6",
|
||||
"style": "diamond",
|
||||
"template": "\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}",
|
||||
"trailing_diamond": "\ue0b4 ",
|
||||
"type": "python"
|
||||
},
|
||||
{
|
||||
"background": "#ffffff",
|
||||
"foreground": "#06aad5",
|
||||
"leading_diamond": "\ue0b6",
|
||||
"style": "diamond",
|
||||
"template": "\ufcd1 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}",
|
||||
"trailing_diamond": "\ue0b4 ",
|
||||
"type": "go"
|
||||
},
|
||||
{
|
||||
"background": "#2e9599",
|
||||
"foreground": "#fff",
|
||||
"background_templates": [
|
||||
"{{ if gt .Code 0 }}#D51111{{ end }}"
|
||||
],
|
||||
"leading_diamond": "\ue0b6",
|
||||
"properties": {
|
||||
"time_format": "15:04:05"
|
||||
},
|
||||
"style": "diamond",
|
||||
"template": " \uf5ef {{ .CurrentDate | date .Format }} ",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"type": "time"
|
||||
}
|
||||
],
|
||||
"type": "prompt"
|
||||
},
|
||||
{
|
||||
"alignment": "left",
|
||||
"newline": true,
|
||||
"segments": [
|
||||
{
|
||||
"foreground": "#FFF",
|
||||
"foreground_templates": [
|
||||
"{{ if gt .Code 0 }}#D51111{{ end }}"
|
||||
],
|
||||
"style": "plain",
|
||||
"template": " \uf0a4 ",
|
||||
"type": "text"
|
||||
}
|
||||
],
|
||||
"type": "prompt"
|
||||
}
|
||||
],
|
||||
"console_title_template": "{{ .Folder }}",
|
||||
"final_space": true,
|
||||
"osc99": true,
|
||||
"version": 2
|
||||
}
|
||||
|
Loading…
Reference in a new issue