Skip to content

Commit 40268b8

Browse files
committedDec 13, 2024
OhMyPosh Template - Added space between branch_icon and name, for easy double-clicking
1 parent 2543b30 commit 40268b8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
 

Diff for: ‎lib/omp-themes/xeno-clean.omp.json

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"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 }} \ueb4b {{ .StashCount }}{{ end }}",
8282
"properties": {
8383
//"branch_max_length": 30,
84+
"branch_icon": "\uE0A0 ", // ALT: "\uE725 ", DEFAULT: uE0A0
8485
"fetch_stash_count": false,
8586
"fetch_status": true,
8687
"fetch_upstream_icon": true

Diff for: ‎lib/omp-themes/xeno-git-mini.omp.json

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"template": " {{.UpstreamIcon}}{{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 }} \ueb4b {{ .StashCount }}{{ end }}\u276f ",
5858
"properties": {
5959
// "branch_max_length": 30,
60+
"branch_icon": "\uE0A0 ", // ALT: "\uE725 ", DEFAULT: uE0A0
6061
"fetch_stash_count": false,
6162
"fetch_status": true,
6263
"fetch_upstream_icon": true

Diff for: ‎lib/omp-themes/xeno-minimal.omp.json

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"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 }} \ueb4b {{ .StashCount }}{{ end }}\u276f ",
5757
"properties": {
5858
// "branch_max_length": 30,
59+
"branch_icon": "\uE0A0 ", // ALT: "\uE725 ", DEFAULT: uE0A0
5960
"fetch_stash_count": false,
6061
"fetch_status": true,
6162
"fetch_upstream_icon": true

0 commit comments

Comments
 (0)