Last active
October 13, 2022 13:39
-
-
Save kek-Sec/6c5ca377cec9d904a02b59a962a9b351 to your computer and use it in GitHub Desktop.
oh-my-posh-detailed-clean-custom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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 RAM: {{ round .PhysicalPercentUsed .Precision }}% ", | |
"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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment