From c57975985f6c39062cb55de226c5934c90ba8a11 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Tue, 9 May 2023 11:08:45 +0200 Subject: [PATCH] fix(font): migrate away from material icons resolves #3818 --- src/engine/config.go | 8 ++++---- src/engine/image.go | 2 +- src/engine/migrate.go | 2 +- src/engine/migrate_test.go | 8 ++++---- src/segments/connection.go | 2 +- src/segments/connection_test.go | 2 +- src/segments/fossil.go | 2 +- src/segments/git_test.go | 4 ++-- src/segments/owm.go | 2 +- src/segments/project.go | 2 +- src/segments/project_test.go | 6 +++--- src/segments/session.go | 2 +- src/segments/strava.go | 4 ++-- src/segments/strava_test.go | 4 ++-- src/test/jandedobbeleer-palette.omp.json | 8 ++++---- src/test/jandedobbeleer.omp.json | 8 ++++---- themes/1_shell.omp.json | 6 +++--- themes/M365Princess.omp.json | 4 ++-- themes/agnoster.omp.json | 2 +- themes/agnosterplus.omp.json | 2 +- themes/amro.omp.json | 4 ++-- themes/atomic.omp.json | 18 +++++++++--------- themes/atomicBit.omp.json | 8 ++++---- themes/blue-owl.omp.json | 6 +++--- themes/blueish.omp.json | 8 ++++---- themes/bubbles.omp.json | 2 +- themes/bubblesextra.omp.json | 4 ++-- themes/bubblesline.omp.json | 2 +- themes/capr4n.omp.json | 4 ++-- themes/catppuccin.omp.json | 2 +- themes/catppuccin_frappe.omp.json | 2 +- themes/catppuccin_latte.omp.json | 2 +- themes/catppuccin_macchiato.omp.json | 2 +- themes/catppuccin_mocha.omp.json | 2 +- themes/cinnamon.omp.json | 6 +++--- themes/clean-detailed.omp.json | 10 +++++----- themes/cloud-context.omp.json | 10 +++++----- themes/cloud-native-azure.omp.json | 12 ++++++------ themes/cobalt2.omp.json | 2 +- themes/craver.omp.json | 6 +++--- themes/dracula.omp.json | 2 +- themes/easy-term.omp.json | 2 +- themes/emodipt-extend.omp.json | 2 +- themes/free-ukraine.omp.json | 14 +++++++------- themes/froczh.omp.json | 8 ++++---- themes/gmay.omp.json | 6 +++--- themes/grandpa-style.omp.json | 8 ++++---- themes/gruvbox.omp.json | 2 +- themes/hul10.omp.json | 4 ++-- themes/huvix.omp.json | 2 +- themes/if_tea.omp.json | 12 ++++++------ themes/illusi0n.omp.json | 2 +- themes/iterm2.omp.json | 8 ++++---- themes/jandedobbeleer.omp.json | 8 ++++---- themes/jblab_2021.omp.json | 6 +++--- themes/jonnychipz.omp.json | 2 +- themes/jtracey93.omp.json | 2 +- themes/jv_sitecorian.omp.json | 8 ++++---- themes/kushal.omp.json | 10 +++++----- themes/lambda.omp.json | 2 +- themes/lambdageneration.omp.json | 10 +++++----- themes/larserikfinholt.omp.json | 6 +++--- themes/lightgreen.omp.json | 8 ++++---- themes/marcduiker.omp.json | 2 +- themes/markbull.omp.json | 8 ++++---- themes/microverse-power.omp.json | 4 ++-- themes/mojada.omp.json | 10 +++++----- themes/montys.omp.json | 10 +++++----- themes/mt.omp.json | 2 +- themes/multiverse-neon.omp.json | 2 +- themes/night-owl.omp.json | 16 ++++++++-------- themes/nu4a.omp.json | 2 +- themes/patriksvensson.omp.json | 4 ++-- themes/peru.omp.json | 2 +- themes/pixelrobots.omp.json | 6 +++--- themes/plague.omp.json | 6 +++--- themes/poshmon.omp.json | 8 ++++---- themes/powerlevel10k_rainbow.omp.json | 4 ++-- themes/pure.omp.json | 2 +- themes/quick-term.omp.json | 8 ++++---- themes/rudolfs-dark.omp.json | 2 +- themes/schema.json | 4 ++-- themes/slim.omp.json | 6 +++--- themes/slimfat.omp.json | 6 +++--- themes/sonicboom_dark.omp.json | 8 ++++---- themes/sonicboom_light.omp.json | 8 ++++---- themes/space.omp.json | 4 ++-- themes/spaceship.omp.json | 2 +- themes/stelbent-compact.minimal.omp.json | 2 +- themes/takuya.omp.json | 4 ++-- themes/thecyberden.omp.json | 4 ++-- themes/tiwahu.omp.json | 8 ++++---- themes/tokyo.omp.json | 10 +++++----- themes/tokyonight_storm.omp.json | 2 +- themes/tonybaloney.omp.json | 2 +- themes/uew.omp.json | 4 ++-- themes/unicorn.omp.json | 6 +++--- themes/velvet.omp.json | 6 +++--- themes/wholespace.omp.json | 12 ++++++------ website/docs/configuration/templates.mdx | 4 ++-- website/docs/faq.mdx | 6 +++--- website/docs/segments/connection.mdx | 2 +- website/docs/segments/deno.mdx | 2 +- website/docs/segments/executiontime.mdx | 2 +- website/docs/segments/fossil.mdx | 2 +- website/docs/segments/kotlin.mdx | 2 +- website/docs/segments/session.mdx | 4 ++-- website/docs/segments/strava.mdx | 4 ++-- website/docs/segments/sysinfo.mdx | 2 +- website/docs/segments/ui5tooling.mdx | 2 +- 110 files changed, 277 insertions(+), 277 deletions(-) diff --git a/src/engine/config.go b/src/engine/config.go index c5e69240..4628aa9d 100644 --- a/src/engine/config.go +++ b/src/engine/config.go @@ -325,7 +325,7 @@ func defaultConfig(env platform.Environment, warning bool) *Config { TrailingDiamond: "\ue0b0", Background: "p:yellow", Foreground: "p:black", - Template: " {{ if .SSHSession }}\U000f0318 {{ end }}{{ .UserName }} ", + Template: " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }} ", }, { Type: PATH, @@ -336,7 +336,7 @@ func defaultConfig(env platform.Environment, warning bool) *Config { Properties: properties.Map{ properties.Style: "folder", }, - Template: " \U000f024b {{ path .Path .Location }} ", + Template: " \uea83 {{ path .Path .Location }} ", }, { Type: GIT, @@ -396,7 +396,7 @@ func defaultConfig(env platform.Environment, warning bool) *Config { Style: Plain, Background: "transparent", Foreground: "p:green", - Template: "\U000f0399 ", + Template: "\ue718 ", Properties: properties.Map{ segments.HomeEnabled: false, segments.FetchPackageManager: false, @@ -408,7 +408,7 @@ func defaultConfig(env platform.Environment, warning bool) *Config { Style: Plain, Background: "transparent", Foreground: "p:blue", - Template: "\U000f07d3 ", + Template: "\ue626 ", Properties: properties.Map{ properties.FetchVersion: false, }, diff --git a/src/engine/image.go b/src/engine/image.go index 3e8fe6dc..03be212e 100644 --- a/src/engine/image.go +++ b/src/engine/image.go @@ -206,7 +206,7 @@ func (ir *ImageRenderer) loadFonts() error { // Download font if not cached if data == nil { - url := "https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Hack.zip" + url := "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.0/Hack.zip" var err error data, err = fontCLI.Download(url) diff --git a/src/engine/migrate.go b/src/engine/migrate.go index 4d58ea6e..11e1e94c 100644 --- a/src/engine/migrate.go +++ b/src/engine/migrate.go @@ -109,7 +109,7 @@ func (segment *Segment) migrationOne(env platform.Environment) { case SESSION: hasTemplate := segment.hasProperty(segmentTemplate) segment.migrateTemplate() - segment.migrateIconOverride("ssh_icon", "\U000f0318 ") + segment.migrateIconOverride("ssh_icon", "\ueba9 ") template := segment.Properties.GetString(segmentTemplate, segment.writer.Template()) template = strings.ReplaceAll(template, ".ComputerName", ".HostName") if !segment.Properties.GetBool(properties.Property("display_host"), true) { diff --git a/src/engine/migrate_test.go b/src/engine/migrate_test.go index 10bca90a..76512077 100644 --- a/src/engine/migrate_test.go +++ b/src/engine/migrate_test.go @@ -280,7 +280,7 @@ func TestSegmentTemplateMigration(t *testing.T) { }, { Case: "SESSION no HOST", - Expected: " {{ if .SSHSession }}\U000f0318 {{ end }}{{ .UserName }} ", + Expected: " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }} ", Type: SESSION, Props: properties.Map{ "display_host": false, @@ -288,7 +288,7 @@ func TestSegmentTemplateMigration(t *testing.T) { }, { Case: "SESSION no USER", - Expected: " {{ if .SSHSession }}\U000f0318 {{ end }}{{ .HostName }} ", + Expected: " {{ if .SSHSession }}\ueba9 {{ end }}{{ .HostName }} ", Type: SESSION, Props: properties.Map{ "display_user": false, @@ -296,7 +296,7 @@ func TestSegmentTemplateMigration(t *testing.T) { }, { Case: "SESSION no USER nor HOST", - Expected: " {{ if .SSHSession }}\U000f0318 {{ end }} ", + Expected: " {{ if .SSHSession }}\ueba9 {{ end }} ", Type: SESSION, Props: properties.Map{ "display_user": false, @@ -305,7 +305,7 @@ func TestSegmentTemplateMigration(t *testing.T) { }, { Case: "SESSION - Color overrides", - Expected: " {{ if .SSHSession }}\U000f0318 {{ end }}<#123456>{{ .UserName }}@<#789012>{{ .HostName }} ", + Expected: " {{ if .SSHSession }}\ueba9 {{ end }}<#123456>{{ .UserName }}@<#789012>{{ .HostName }} ", Type: SESSION, Props: properties.Map{ "user_color": "#123456", diff --git a/src/segments/connection.go b/src/segments/connection.go index 75f9fb24..1c7a6e38 100644 --- a/src/segments/connection.go +++ b/src/segments/connection.go @@ -19,7 +19,7 @@ const ( ) func (c *Connection) Template() string { - return " {{ if eq .Type \"wifi\"}}\uf1eb{{ else if eq .Type \"ethernet\"}}\U000f0200{{ end }} " + return " {{ if eq .Type \"wifi\"}}\uf1eb{{ else if eq .Type \"ethernet\"}}\ueba9{{ end }} " } func (c *Connection) Enabled() bool { diff --git a/src/segments/connection_test.go b/src/segments/connection_test.go index bb8835ae..eba2f6d0 100644 --- a/src/segments/connection_test.go +++ b/src/segments/connection_test.go @@ -52,7 +52,7 @@ func TestConnection(t *testing.T) { { Case: "WiFi and Ethernet, enabled", ConnectionType: "wifi|ethernet", - ExpectedString: "\U000f0200", + ExpectedString: "\ueba9", ExpectedEnabled: true, Connections: []*connectionResponse{ { diff --git a/src/segments/fossil.go b/src/segments/fossil.go index d911ea86..97efd17c 100644 --- a/src/segments/fossil.go +++ b/src/segments/fossil.go @@ -34,7 +34,7 @@ type Fossil struct { } func (f *Fossil) Template() string { - return " \U000f062c {{.Branch}} {{.Status.String}} " + return " \ue725 {{.Branch}} {{.Status.String}} " } func (f *Fossil) Enabled() bool { diff --git a/src/segments/git_test.go b/src/segments/git_test.go index 5c6daa6e..076f6981 100644 --- a/src/segments/git_test.go +++ b/src/segments/git_test.go @@ -781,8 +781,8 @@ func TestGitTemplateString(t *testing.T) { }, { Case: "Working and staging area changes with separator and stash count", - Expected: "main \uF046 +5 ~1 | \uF044 +2 ~3 \U000f0193 3", - Template: "{{ .HEAD }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \U000f0193 {{ .StashCount }}{{ end }}", //nolint:lll + Expected: "main \uF046 +5 ~1 | \uF044 +2 ~3 \ueb4b 3", + Template: "{{ .HEAD }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}", //nolint:lll Git: &Git{ HEAD: branchName, Working: &GitStatus{ diff --git a/src/segments/owm.go b/src/segments/owm.go index 0e4a5f91..584552b5 100644 --- a/src/segments/owm.go +++ b/src/segments/owm.go @@ -159,7 +159,7 @@ func (d *Owm) setStatus() error { case "": fallthrough case "standard": - d.UnitIcon = "°K" // \U000f0506" + d.UnitIcon = "°K" // K" } return nil } diff --git a/src/segments/project.go b/src/segments/project.go index fae97a60..c8241fba 100644 --- a/src/segments/project.go +++ b/src/segments/project.go @@ -75,7 +75,7 @@ func (n *Project) Enabled() bool { } func (n *Project) Template() string { - return " {{ if .Error }}{{ .Error }}{{ else }}{{ if .Version }}\uf487 {{.Version}} {{ end }}{{ if .Name }}{{ .Name }} {{ end }}{{ if .Target }}\U000f04fe {{.Target}} {{ end }}{{ end }}" //nolint:lll + return " {{ if .Error }}{{ .Error }}{{ else }}{{ if .Version }}\uf487 {{.Version}} {{ end }}{{ if .Name }}{{ .Name }} {{ end }}{{ if .Target }}\uf4de {{.Target}} {{ end }}{{ end }}" //nolint:lll } func (n *Project) Init(props properties.Properties, env platform.Environment) { diff --git a/src/segments/project_test.go b/src/segments/project_test.go index 2a144ca9..1e6b178b 100644 --- a/src/segments/project_test.go +++ b/src/segments/project_test.go @@ -321,7 +321,7 @@ func TestDotnetProject(t *testing.T) { HasFiles: true, ProjectContents: "...net7.0...", ExpectedEnabled: true, - ExpectedString: "Valid \U000f04fe net7.0", + ExpectedString: "Valid \uf4de net7.0", }, { Case: "valid .fsproj file", @@ -329,7 +329,7 @@ func TestDotnetProject(t *testing.T) { HasFiles: true, ProjectContents: "...net6.0...", ExpectedEnabled: true, - ExpectedString: "Valid \U000f04fe net6.0", + ExpectedString: "Valid \uf4de net6.0", }, { Case: "valid .vbproj file", @@ -337,7 +337,7 @@ func TestDotnetProject(t *testing.T) { HasFiles: true, ProjectContents: "...net5.0...", ExpectedEnabled: true, - ExpectedString: "Valid \U000f04fe net5.0", + ExpectedString: "Valid \uf4de net5.0", }, { Case: "invalid or empty contents", diff --git a/src/segments/session.go b/src/segments/session.go index 5dc7ede8..854ed86b 100644 --- a/src/segments/session.go +++ b/src/segments/session.go @@ -22,7 +22,7 @@ func (s *Session) Enabled() bool { } func (s *Session) Template() string { - return " {{ if .SSHSession }}\U000f0318 {{ end }}{{ .UserName }}@{{ .HostName }} " + return " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }}@{{ .HostName }} " } func (s *Session) Init(props properties.Properties, env platform.Environment) { diff --git a/src/segments/strava.go b/src/segments/strava.go index d4d83c9f..f561c1f4 100644 --- a/src/segments/strava.go +++ b/src/segments/strava.go @@ -111,9 +111,9 @@ func (s *Strava) getActivityIcon() string { case "VirtualRide": fallthrough case "Ride": - return s.props.GetString(RideIcon, "\U000f00a3") + return s.props.GetString(RideIcon, "\uf206") case "Run": - return s.props.GetString(RunIcon, "\U000f070e") + return s.props.GetString(RunIcon, "\ue213") case "NordicSki": case "AlpineSki": case "BackcountrySki": diff --git a/src/segments/strava_test.go b/src/segments/strava_test.go index f8d6d689..a4c62be1 100644 --- a/src/segments/strava_test.go +++ b/src/segments/strava_test.go @@ -46,7 +46,7 @@ func TestStravaSegment(t *testing.T) { }, }, Template: "{{.Ago}} {{.Icon}}", - ExpectedString: "6h \U000f00a3", + ExpectedString: "6h \uf206", ExpectedEnabled: true, }, { @@ -60,7 +60,7 @@ func TestStravaSegment(t *testing.T) { }, }, Template: "{{.Ago}} {{.Icon}}", - ExpectedString: "4d \U000f070e", + ExpectedString: "4d \ue213", ExpectedEnabled: true, }, { diff --git a/src/test/jandedobbeleer-palette.omp.json b/src/test/jandedobbeleer-palette.omp.json index c19cdf54..1987b8f7 100644 --- a/src/test/jandedobbeleer-palette.omp.json +++ b/src/test/jandedobbeleer-palette.omp.json @@ -23,7 +23,7 @@ "style": "folder" }, "style": "powerline", - "template": " \udb80\ude4b {{ .Path }} ", + "template": " \uea83 {{ .Path }} ", "type": "path" }, { @@ -44,7 +44,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "trailing_diamond": "\ue0b4", "type": "git" }, @@ -56,7 +56,7 @@ "fetch_version": true }, "style": "powerline", - "template": " \udb80\udf99 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ", + "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ", "type": "node" }, { @@ -146,7 +146,7 @@ "always_enabled": true }, "style": "plain", - "template": "\ue0b0 \udb81\udead{{ .FormattedMs }}\u2800", + "template": "\ue0b0 \ueba2{{ .FormattedMs }}\u2800", "type": "executiontime" }, { diff --git a/src/test/jandedobbeleer.omp.json b/src/test/jandedobbeleer.omp.json index 48606dda..aeafcc01 100644 --- a/src/test/jandedobbeleer.omp.json +++ b/src/test/jandedobbeleer.omp.json @@ -23,7 +23,7 @@ "style": "folder" }, "style": "powerline", - "template": " \udb80\ude4b {{ .Path }} ", + "template": " \uea83 {{ .Path }} ", "type": "path" }, { @@ -44,7 +44,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "trailing_diamond": "\ue0b4", "type": "git" }, @@ -56,7 +56,7 @@ "fetch_version": true }, "style": "powerline", - "template": " \udb80\udf99 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ", + "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ", "type": "node" }, { @@ -146,7 +146,7 @@ "always_enabled": true }, "style": "plain", - "template": "\ue0b0 \udb81\udead{{ .FormattedMs }}\u2800", + "template": "\ue0b0 \ueba2{{ .FormattedMs }}\u2800", "type": "executiontime" }, { diff --git a/themes/1_shell.omp.json b/themes/1_shell.omp.json index b6c909f0..f6e92d95 100644 --- a/themes/1_shell.omp.json +++ b/themes/1_shell.omp.json @@ -34,7 +34,7 @@ "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "type": "git" } ], @@ -75,7 +75,7 @@ { "foreground": "#81ff91", "style": "diamond", - "template": "<#ffffff>\udb80\udddd <#ffffff>RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB ", + "template": "<#ffffff>\ue266 <#ffffff>RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB ", "type": "sysinfo" } ], @@ -90,7 +90,7 @@ "leading_diamond": "<#00c7fc> \ue285 <#ffafd2>{", "properties": { "folder_icon": "\uf07b", - "folder_separator_icon": "\udb81\udce1", + "folder_separator_icon": "\uebcb", "home_icon": "home", "style": "agnoster_full" }, diff --git a/themes/M365Princess.omp.json b/themes/M365Princess.omp.json index a53c00f8..4d1368e4 100644 --- a/themes/M365Princess.omp.json +++ b/themes/M365Princess.omp.json @@ -18,7 +18,7 @@ "foreground": "#ffffff", "background": "#047e84", "powerline_symbol": "\ue0b0", - "template": "{{ if .Env.PNPPSSITE }} \udb80\udd73 {{ .Env.PNPPSSITE }}{{ end }}" + "template": "{{ if .Env.PNPPSSITE }} \uf2dd {{ .Env.PNPPSSITE }}{{ end }}" }, { "type": "text", @@ -64,7 +64,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }}) ", + "template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}) ", "type": "git" }, { diff --git a/themes/agnoster.omp.json b/themes/agnoster.omp.json index 6910259a..80a825f7 100644 --- a/themes/agnoster.omp.json +++ b/themes/agnoster.omp.json @@ -27,7 +27,7 @@ "properties": { "folder_icon": "\uf115", "folder_separator_icon": " \ue0b1 ", - "home_icon": "\udb80\udedc", + "home_icon": "\ueb06", "style": "agnoster" }, "style": "powerline", diff --git a/themes/agnosterplus.omp.json b/themes/agnosterplus.omp.json index 89e125a6..a19478d4 100644 --- a/themes/agnosterplus.omp.json +++ b/themes/agnosterplus.omp.json @@ -33,7 +33,7 @@ "properties": { "folder_icon": "\uf115", "folder_separator_icon": " \ue0b1 ", - "home_icon": "\udb80\udedc", + "home_icon": "\ueb06", "style": "agnoster" }, "style": "powerline", diff --git a/themes/amro.omp.json b/themes/amro.omp.json index e4056d8b..a475aa43 100644 --- a/themes/amro.omp.json +++ b/themes/amro.omp.json @@ -7,7 +7,7 @@ { "foreground": "#45F1C2", "style": "plain", - "template": "\udb80\udc09 {{ .UserName }} on", + "template": "\ueb99 {{ .UserName }} on", "type": "session" }, { @@ -28,7 +28,7 @@ "fetch_upstream_icon": true }, "style": "plain", - "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" } ], diff --git a/themes/atomic.omp.json b/themes/atomic.omp.json index b55dc1f5..88c6ef9b 100644 --- a/themes/atomic.omp.json +++ b/themes/atomic.omp.json @@ -25,11 +25,11 @@ "powerline_symbol": "\ue0b0", "properties": { "folder_icon": " \uf07b ", - "home_icon": "\udb80\udede", + "home_icon": "\ue617", "style": "folder" }, "style": "powerline", - "template": " \uf07b\udb80\udc54{{ .Path }} ", + "template": " \uf07b\uea9c{{ .Path }} ", "type": "path" }, { @@ -59,7 +59,7 @@ "threshold": 0 }, "style": "diamond", - "template": " \udb81\udd1f{{ .FormattedMs }}\u2800", + "template": " \ueba2{{ .FormattedMs }}\u2800", "trailing_diamond": "\ue0b4", "type": "executiontime" } @@ -76,7 +76,7 @@ "properties": { "fetch_package_manager": true, "npm_icon": " <#cc3a3a>\ue5fa ", - "yarn_icon": " <#348cba>\udb80\udd1b" + "yarn_icon": " <#348cba>\ue6a7" }, "style": "diamond", "template": "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}", @@ -115,7 +115,7 @@ "foreground": "#06aad5", "leading_diamond": "\ue0b6", "style": "diamond", - "template": "\udb81\udfd3 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", + "template": "\ue626 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", "trailing_diamond": "\ue0b4 ", "type": "go" }, @@ -196,7 +196,7 @@ "foreground": "#ffffff", "leading_diamond": "\ue0b6", "style": "diamond", - "template": "\udb82\udc33 {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}", + "template": "\uf308 {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}", "trailing_diamond": "\ue0b4", "type": "kubectl" }, @@ -224,7 +224,7 @@ "invert_powerline": true, "leading_diamond": "\ue0b2", "properties": { - "charged_icon": "\udb85\udfe6 ", + "charged_icon": "\uf240 ", "charging_icon": "\uf1e6 ", "discharging_icon": "\ue234 " }, @@ -241,7 +241,7 @@ "time_format": "_2,15:04" }, "style": "diamond", - "template": " \udb80\udcf0 {{ .CurrentDate | date .Format }} ", + "template": " \uf073 {{ .CurrentDate | date .Format }} ", "trailing_diamond": "\ue0b4", "type": "time" } @@ -265,7 +265,7 @@ "always_enabled": true }, "style": "plain", - "template": "\ue285\udb81\ude01 ", + "template": "\ue285\ueb9e ", "type": "exit" } ], diff --git a/themes/atomicBit.omp.json b/themes/atomicBit.omp.json index 736eaf3a..9cedb550 100644 --- a/themes/atomicBit.omp.json +++ b/themes/atomicBit.omp.json @@ -32,7 +32,7 @@ "properties": { "fetch_package_manager": true, "npm_icon": " <#cc3a3a>\ue5fa ", - "yarn_icon": " <#348cba>\udb80\udd1b" + "yarn_icon": " <#348cba>\ue6a7" }, "style": "plain", "template": "<#ffffff>({{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}<#ffffff>)", @@ -135,7 +135,7 @@ "{{if eq \"Full\" .State.String}}#33DD2D{{end}}" ], "properties": { - "charged_icon": "\udb85\udfe6 ", + "charged_icon": "\uf240 ", "charging_icon": "\uf1e6 ", "discharging_icon": "\ue234 " }, @@ -149,7 +149,7 @@ "time_format": "_2,15:04" }, "style": "plain", - "template": "<#ffffff>[\udb80\udcf0{{ .CurrentDate | date .Format }}<#ffffff>]", + "template": "<#ffffff>[\uf073{{ .CurrentDate | date .Format }}<#ffffff>]", "type": "time" } ], @@ -182,7 +182,7 @@ "always_enabled": true }, "style": "plain", - "template": "\ue285\udb81\ude01 ", + "template": "\ue285\ueb9e ", "type": "exit" } ], diff --git a/themes/blue-owl.omp.json b/themes/blue-owl.omp.json index 1580e62b..5e0d04d0 100644 --- a/themes/blue-owl.omp.json +++ b/themes/blue-owl.omp.json @@ -23,9 +23,9 @@ "foreground": "#ffffff", "leading_diamond": "\ue0b0", "properties": { - "folder_icon": "\udb80\uddd8", + "folder_icon": "...", "folder_separator_icon": " \ue0bd ", - "home_icon": "\udb80\udedc", + "home_icon": "\ueb06", "style": "agnoster_short" }, "style": "diamond", @@ -48,7 +48,7 @@ "fetch_status": true }, "style": "powerline", - "template": " {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { diff --git a/themes/blueish.omp.json b/themes/blueish.omp.json index c29e2936..a9297ba5 100644 --- a/themes/blueish.omp.json +++ b/themes/blueish.omp.json @@ -34,7 +34,7 @@ "foreground": "#193549", "powerline_symbol": "\ue0b0", "style": "powerline", - "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 \udb80\udc84 ", + "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 \ueb2d ", "type": "battery" }, { @@ -57,7 +57,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -81,7 +81,7 @@ "foreground": "#ffffff", "powerline_symbol": "\ue0b0", "style": "powerline", - "template": " \udb82\udc33 {{.Context}} :: {{if .Namespace}}{{.Namespace}}{{else}}default{{end}} ", + "template": " \uf308 {{.Context}} :: {{if .Namespace}}{{.Namespace}}{{else}}default{{end}} ", "type": "kubectl" }, { @@ -95,7 +95,7 @@ "always_enabled": true }, "style": "diamond", - "template": " \udb81\udf8f ", + "template": " \uea6c ", "trailing_diamond": "\ue0b0", "type": "exit" } diff --git a/themes/bubbles.omp.json b/themes/bubbles.omp.json index 4b404303..f5a79c5f 100644 --- a/themes/bubbles.omp.json +++ b/themes/bubbles.omp.json @@ -57,7 +57,7 @@ "fetch_version": false }, "style": "diamond", - "template": "\udb81\udfd3{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", + "template": "\ue626{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", "trailing_diamond": "\ue0b4", "type": "go" }, diff --git a/themes/bubblesextra.omp.json b/themes/bubblesextra.omp.json index 5c12ac1f..bc2e0713 100644 --- a/themes/bubblesextra.omp.json +++ b/themes/bubblesextra.omp.json @@ -33,7 +33,7 @@ "fetch_upstream_icon": 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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "trailing_diamond": "\ue0b4", "type": "git" }, @@ -57,7 +57,7 @@ "fetch_version": false }, "style": "diamond", - "template": "\udb81\udfd3{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", + "template": "\ue626{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", "trailing_diamond": "\ue0b4", "type": "go" }, diff --git a/themes/bubblesline.omp.json b/themes/bubblesline.omp.json index 533e3e02..59b92816 100644 --- a/themes/bubblesline.omp.json +++ b/themes/bubblesline.omp.json @@ -48,7 +48,7 @@ "fetch_version": false }, "style": "diamond", - "template": "\udb81\udfd3{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", + "template": "\ue626{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", "trailing_diamond": "\ue0b4", "type": "go" }, diff --git a/themes/capr4n.omp.json b/themes/capr4n.omp.json index 2a9558fe..93ca3ba7 100644 --- a/themes/capr4n.omp.json +++ b/themes/capr4n.omp.json @@ -8,7 +8,7 @@ "background": "#003543", "foreground": "#ffffff", "style": "plain", - "template": " \udb82\udd54 {{ .CurrentDate | date .Format }} ", + "template": " \ue641 {{ .CurrentDate | date .Format }} ", "type": "time" }, { @@ -18,7 +18,7 @@ "always_enabled": true }, "style": "plain", - "template": " \udb81\udd1f{{ .FormattedMs }} ", + "template": " \ueba2{{ .FormattedMs }} ", "type": "executiontime" } ], diff --git a/themes/catppuccin.omp.json b/themes/catppuccin.omp.json index b47ae973..e9998e14 100644 --- a/themes/catppuccin.omp.json +++ b/themes/catppuccin.omp.json @@ -53,7 +53,7 @@ "fetch_status": false, "fetch_upstream_icon": false, "merge_icon": "\ue727 ", - "no_commits_icon": "\udb80\udc95 ", + "no_commits_icon": "\uf0c3 ", "rebase_icon": "\ue728 ", "revert_icon": "\uf0e2 ", "tag_icon": "\uf412 " diff --git a/themes/catppuccin_frappe.omp.json b/themes/catppuccin_frappe.omp.json index ce1aac97..a0ce2eca 100644 --- a/themes/catppuccin_frappe.omp.json +++ b/themes/catppuccin_frappe.omp.json @@ -43,7 +43,7 @@ "fetch_status": false, "fetch_upstream_icon": false, "merge_icon": "\ue727 ", - "no_commits_icon": "\udb80\udc95 ", + "no_commits_icon": "\uf0c3 ", "rebase_icon": "\ue728 ", "revert_icon": "\uf0e2 ", "tag_icon": "\uf412 " diff --git a/themes/catppuccin_latte.omp.json b/themes/catppuccin_latte.omp.json index b090f2f1..5aac5d00 100644 --- a/themes/catppuccin_latte.omp.json +++ b/themes/catppuccin_latte.omp.json @@ -43,7 +43,7 @@ "fetch_status": false, "fetch_upstream_icon": false, "merge_icon": "\ue727 ", - "no_commits_icon": "\udb80\udc95 ", + "no_commits_icon": "\uf0c3 ", "rebase_icon": "\ue728 ", "revert_icon": "\uf0e2 ", "tag_icon": "\uf412 " diff --git a/themes/catppuccin_macchiato.omp.json b/themes/catppuccin_macchiato.omp.json index 9f2f36ab..e43af5c2 100644 --- a/themes/catppuccin_macchiato.omp.json +++ b/themes/catppuccin_macchiato.omp.json @@ -43,7 +43,7 @@ "fetch_status": false, "fetch_upstream_icon": false, "merge_icon": "\ue727 ", - "no_commits_icon": "\udb80\udc95 ", + "no_commits_icon": "\uf0c3 ", "rebase_icon": "\ue728 ", "revert_icon": "\uf0e2 ", "tag_icon": "\uf412 " diff --git a/themes/catppuccin_mocha.omp.json b/themes/catppuccin_mocha.omp.json index 64353ca3..b56ca001 100644 --- a/themes/catppuccin_mocha.omp.json +++ b/themes/catppuccin_mocha.omp.json @@ -43,7 +43,7 @@ "fetch_status": false, "fetch_upstream_icon": false, "merge_icon": "\ue727 ", - "no_commits_icon": "\udb80\udc95 ", + "no_commits_icon": "\uf0c3 ", "rebase_icon": "\ue728 ", "revert_icon": "\uf0e2 ", "tag_icon": "\uf412 " diff --git a/themes/cinnamon.omp.json b/themes/cinnamon.omp.json index 89375637..2adb84e5 100644 --- a/themes/cinnamon.omp.json +++ b/themes/cinnamon.omp.json @@ -37,13 +37,13 @@ "background": "#491545", "foreground": "#ffffff", "properties": { - "paused_icon": "\udb80\udfe4 ", + "paused_icon": "\uf04c ", "playing_icon": "\ue602 ", "stopped_icon": "\uf04d ", "track_separator": " - " }, "style": "plain", - "template": " \udb81\udcc7 {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} ", + "template": " \uf1bc {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} ", "type": "spotify" }, { @@ -56,7 +56,7 @@ "always_enabled": true }, "style": "diamond", - "template": " \udb86\udca0 ", + "template": " \ueb05 ", "trailing_diamond": "\ue0b4", "type": "exit" } diff --git a/themes/clean-detailed.omp.json b/themes/clean-detailed.omp.json index 01a06c4f..8475c5df 100644 --- a/themes/clean-detailed.omp.json +++ b/themes/clean-detailed.omp.json @@ -12,7 +12,7 @@ "properties": { "macos": "\uf179 ", "ubuntu": "\uf31b ", - "windows": "\udb80\udf72 " + "windows": "\ue62a " }, "style": "diamond", "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}", @@ -33,7 +33,7 @@ "foreground": "#ffffff", "leading_diamond": "\ue0b2", "style": "diamond", - "template": "\udb80\udf5b MEM: {{ round .PhysicalPercentUsed .Precision }}% | {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB \udb80\udf5b ", + "template": "\ue266 MEM: {{ round .PhysicalPercentUsed .Precision }}% | {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB \ue266 ", "trailing_diamond": "\ue0b2", "type": "sysinfo" }, @@ -68,7 +68,7 @@ "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "trailing_diamond": "\ue0b0", "type": "git" } @@ -100,8 +100,8 @@ { "properties": { "folder_icon": "\uf07b ", - "folder_separator_icon": " \udb80\udc55 ", - "home_icon": "\udb80\udedc " + "folder_separator_icon": " \uf061 ", + "home_icon": "\ueb06 " }, "style": "plain", "template": " {{ .Path }} ", diff --git a/themes/cloud-context.omp.json b/themes/cloud-context.omp.json index dcf352c4..f9b1e252 100644 --- a/themes/cloud-context.omp.json +++ b/themes/cloud-context.omp.json @@ -27,7 +27,7 @@ }, "style": "powerline", "powerline_symbol": "", - "template": " \udb80\udd5f {{ dateInZone .Format .CurrentDate \"UTC\" }} ", + "template": " \uebaa {{ dateInZone .Format .CurrentDate \"UTC\" }} ", "type": "time" }, { @@ -35,7 +35,7 @@ "foreground": "p:kubernetes-text", "style": "powerline", "powerline_symbol": "\ue0b4", - "template": "\udb82\udc33 {{.Context}}{{if .Namespace}} \uf061 {{.Namespace}}{{end}}", + "template": "\uf308 {{.Context}}{{if .Namespace}} \uf061 {{.Namespace}}{{end}}", "type": "kubectl" }, { @@ -93,7 +93,7 @@ }, "style": "powerline", "powerline_symbol": "\ue0b4", - "template": " \udb81\udead {{ .FormattedMs }}", + "template": " \ueba2 {{ .FormattedMs }}", "type": "executiontime" }, { @@ -104,7 +104,7 @@ }, "style": "powerline", "powerline_symbol": "\ue0b4", - "template": "{{ if eq .Code 0 }} \udb82\udcd0 {{ end }}", + "template": "{{ if eq .Code 0 }} \uf004 {{ end }}", "type": "exit" }, { @@ -155,7 +155,7 @@ }, "style": "powerline", "powerline_symbol": "\ue0b4", - "template": "{{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "{{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" } ], diff --git a/themes/cloud-native-azure.omp.json b/themes/cloud-native-azure.omp.json index 8984eae5..689c48a9 100644 --- a/themes/cloud-native-azure.omp.json +++ b/themes/cloud-native-azure.omp.json @@ -9,7 +9,7 @@ "foreground": "#ffffff", "leading_diamond": "\ue0b6", "style": "diamond", - "template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}@{{ .HostName }} ", + "template": " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }}@{{ .HostName }} ", "trailing_diamond": "\ue0b0", "type": "session" }, @@ -40,7 +40,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "type": "git" }, { @@ -83,8 +83,8 @@ "powerline_symbol": "\ue0b2", "properties": { "charged_icon": "\ue22f ", - "charging_icon": "\udb80\udc84 ", - "discharging_icon": "\udb80\udc83 " + "charging_icon": "\ueb2d ", + "discharging_icon": "\uf244 " }, "style": "powerline", "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 ", @@ -96,7 +96,7 @@ "invert_powerline": true, "leading_diamond": "\ue0b2", "style": "diamond", - "template": " \udb82\udd54 {{ .CurrentDate | date .Format }} ", + "template": " \ue641 {{ .CurrentDate | date .Format }} ", "trailing_diamond": "\ue0b4", "type": "time" } @@ -112,7 +112,7 @@ "foreground": "#000000", "leading_diamond": "\ue0b6", "style": "diamond", - "template": " \udb82\udc33 Kubernetes {{.Context}} cluster {{if .Namespace}}- {{.Namespace}} namespace{{end}} ", + "template": " \uf308 Kubernetes {{.Context}} cluster {{if .Namespace}}- {{.Namespace}} namespace{{end}} ", "trailing_diamond": "\ue0b0", "type": "kubectl" }, diff --git a/themes/cobalt2.omp.json b/themes/cobalt2.omp.json index a62b013f..fe84c014 100644 --- a/themes/cobalt2.omp.json +++ b/themes/cobalt2.omp.json @@ -32,7 +32,7 @@ "fetch_status": true }, "style": "diamond", - "template": " {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" } ], diff --git a/themes/craver.omp.json b/themes/craver.omp.json index db3e0d44..7649a02b 100644 --- a/themes/craver.omp.json +++ b/themes/craver.omp.json @@ -53,7 +53,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -73,7 +73,7 @@ "threshold": 1 }, "style": "powerline", - "template": " <#fefefe>\udb81\udead {{ .FormattedMs }} ", + "template": " <#fefefe>\ueba2 {{ .FormattedMs }} ", "type": "executiontime" }, { @@ -84,7 +84,7 @@ "foreground": "#242424", "powerline_symbol": "\ue0b4", "style": "powerline", - "template": " \udb86\udca0 ", + "template": " \ueb05 ", "type": "exit" } ], diff --git a/themes/dracula.omp.json b/themes/dracula.omp.json index 3374c624..f79fb81a 100644 --- a/themes/dracula.omp.json +++ b/themes/dracula.omp.json @@ -34,7 +34,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " \ue725 ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }}) ", + "template": " \ue725 ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}) ", "type": "git" }, { diff --git a/themes/easy-term.omp.json b/themes/easy-term.omp.json index 0d921ea7..f0353e0f 100644 --- a/themes/easy-term.omp.json +++ b/themes/easy-term.omp.json @@ -66,7 +66,7 @@ "fetch_status": true, "fetch_upstream_icon": true }, - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "trailing_diamond": "\ue0b4", "type": "git" } diff --git a/themes/emodipt-extend.omp.json b/themes/emodipt-extend.omp.json index 8fcbae03..fb65a43c 100644 --- a/themes/emodipt-extend.omp.json +++ b/themes/emodipt-extend.omp.json @@ -43,7 +43,7 @@ "fetch_upstream_icon": true }, "style": "plain", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "type": "git" } ], diff --git a/themes/free-ukraine.omp.json b/themes/free-ukraine.omp.json index 0282a3c4..4311c8b8 100644 --- a/themes/free-ukraine.omp.json +++ b/themes/free-ukraine.omp.json @@ -34,7 +34,7 @@ "background": "#0057b7", "foreground": "#FBD951", "properties": { - "home_icon": "\udb80\udede", + "home_icon": "\ue617", "style": "mixed" }, "style": "diamond", @@ -52,7 +52,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " \uf1d3 {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Staging.Changed) (.Working.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0}}\udb80\udd93 {{ .StashCount }}{{ end }}{{ if gt .WorktreeCount 0}} \uf1bb {{ .WorktreeCount }}{{ end }} ", + "template": " \uf1d3 {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Staging.Changed) (.Working.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0}}\ueb4b {{ .StashCount }}{{ end }}{{ if gt .WorktreeCount 0}} \uf1bb {{ .WorktreeCount }}{{ end }} ", "type": "git" }, { @@ -115,9 +115,9 @@ "invert_powerline": true, "leading_diamond": "\ue0b2", "properties": { - "charged_icon": "\udb80\udc84 ", + "charged_icon": "\ueb2d ", "charging_icon": "\uf492 ", - "discharging_icon": "\udb80\udc8d " + "discharging_icon": "\uf243 " }, "style": "diamond", "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}% <#111111>\ue0b2", @@ -132,7 +132,7 @@ "always_enabled": true }, "style": "diamond", - "template": " \udb80\udd09 {{ .FormattedMs }} <#111111>\ue0b2", + "template": " \ueba2 {{ .FormattedMs }} <#111111>\ue0b2", "type": "executiontime" }, { @@ -144,7 +144,7 @@ "time_format": "_2,15:04" }, "style": "diamond", - "template": " \udb80\udcf0 {{ .CurrentDate | date .Format }}", + "template": " \uf073 {{ .CurrentDate | date .Format }}", "trailing_diamond": "\ue0b4", "type": "time" } @@ -185,7 +185,7 @@ "display_host": false }, "style": "powerline", - "template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }} ", + "template": " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }} ", "type": "session" } ], diff --git a/themes/froczh.omp.json b/themes/froczh.omp.json index 258c3450..6765a186 100644 --- a/themes/froczh.omp.json +++ b/themes/froczh.omp.json @@ -25,9 +25,9 @@ "foreground": "#ffffff", "leading_diamond": "\ue0b0", "properties": { - "folder_icon": "\udb80\uddd8", + "folder_icon": "...", "folder_separator_icon": " \ue0bd ", - "home_icon": "\udb80\udedc", + "home_icon": "\ueb06", "style": "agnoster_short" }, "style": "diamond", @@ -50,7 +50,7 @@ "fetch_status": true }, "style": "powerline", - "template": " {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -108,7 +108,7 @@ "threshold": 0 }, "style": "diamond", - "template": "\udb81\udd1f {{ .FormattedMs }}s ", + "template": "\ueba2 {{ .FormattedMs }}s ", "type": "executiontime" }, { diff --git a/themes/gmay.omp.json b/themes/gmay.omp.json index b470cdd7..89693a5e 100644 --- a/themes/gmay.omp.json +++ b/themes/gmay.omp.json @@ -50,7 +50,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -80,7 +80,7 @@ "always_enabled": true }, "style": "diamond", - "template": " \udb86\udca0 ", + "template": " \ueb05 ", "trailing_diamond": "\ue0b4", "type": "exit" } @@ -94,7 +94,7 @@ { "foreground": "#f1184c", "style": "plain", - "template": "\udb80\udec7 ", + "template": "\uf0a9 ", "type": "text" } ], diff --git a/themes/grandpa-style.omp.json b/themes/grandpa-style.omp.json index ffa3458a..42a07985 100644 --- a/themes/grandpa-style.omp.json +++ b/themes/grandpa-style.omp.json @@ -22,9 +22,9 @@ "background": "#5a3d29", "foreground": "#43CCEA", "properties": { - "folder_icon": "\udb80\uddd8", + "folder_icon": "...", "folder_separator_icon": " \ue0bd ", - "home_icon": "\udb80\udedc", + "home_icon": "\ueb06", "style": "agnoster_short" }, "style": "plain", @@ -46,7 +46,7 @@ "fetch_status": true }, "style": "diamond", - "template": " {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -83,7 +83,7 @@ "foreground": "#43CCEA", "leading_diamond": "\ue0c5", "style": "diamond", - "template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }} / {{ .HostName }}", + "template": " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }} / {{ .HostName }}", "type": "session" }, { diff --git a/themes/gruvbox.omp.json b/themes/gruvbox.omp.json index 2c93f8a4..c4325925 100644 --- a/themes/gruvbox.omp.json +++ b/themes/gruvbox.omp.json @@ -41,7 +41,7 @@ "branch_identical_icon": "\u25CF" }, "style": "powerline", - "template": " {{ .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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .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 }} ", "trailing_diamond": "\ue0b4", "type": "git" }, diff --git a/themes/hul10.omp.json b/themes/hul10.omp.json index c2584e95..ed186081 100644 --- a/themes/hul10.omp.json +++ b/themes/hul10.omp.json @@ -21,7 +21,7 @@ "background": "#464646", "foreground": "p:white", "properties": { - "windows": "\udb80\udf72", + "windows": "\ue62a", "linux": "\uf17c", "ubuntu": "\uf31b", "macos": "\uf179" @@ -94,7 +94,7 @@ "properties": { "folder_icon": "\uf07b", "folder_separator_template": "<#93d0ff> \u00bb ", - "home_icon": "\udb80\udedc", + "home_icon": "\ueb06", "style": "agnoster" }, "style": "plain", diff --git a/themes/huvix.omp.json b/themes/huvix.omp.json index 86d4c8ee..56ca1432 100644 --- a/themes/huvix.omp.json +++ b/themes/huvix.omp.json @@ -22,7 +22,7 @@ { "foreground": "#7FD5EA", "style": "powerline", - "template": "(\udb81\udfd3{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}) ", + "template": "(\ue626{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}) ", "type": "go" }, { diff --git a/themes/if_tea.omp.json b/themes/if_tea.omp.json index b8c5d871..b6ba1e89 100644 --- a/themes/if_tea.omp.json +++ b/themes/if_tea.omp.json @@ -22,7 +22,7 @@ "opensuse": "\uf314", "raspbian": "\uf315", "ubuntu": "\uf31b ", - "windows": "\udb80\udf72 ", + "windows": "\ue62a ", "wsl": "\ue712" }, "style": "diamond", @@ -36,7 +36,7 @@ "style": "diamond", "leading_diamond": "\ue0b0", "properties": { - "template": " \udb80\udf5b CPU: {{ round .PhysicalPercentUsed .Precision }}% | " + "template": " \ue266 CPU: {{ round .PhysicalPercentUsed .Precision }}% | " }, "type": "sysinfo" }, @@ -44,7 +44,7 @@ "background": "#00c7fc", "foreground": "#000000", "style": "diamond", - "template": "RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB \udb80\udf5b ", + "template": "RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB \ue266 ", "trailing_diamond": "\ue0b2", "type": "sysinfo" }, @@ -79,7 +79,7 @@ "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "trailing_diamond": "\ue0b0", "type": "git" } @@ -113,7 +113,7 @@ "time_format": "3:04:05 PM | Monday" }, "style": "diamond", - "template": " \udb82\udd54 {{ .CurrentDate | date .Format }} \udb80\udcf0 ", + "template": " \ue641 {{ .CurrentDate | date .Format }} \uf073 ", "trailing_diamond": "\ue0b0", "type": "time" }, @@ -131,7 +131,7 @@ "leading_diamond": "\ue0b0", "properties": { "folder_icon": "\uf07b ", - "folder_separator_icon": " \udb80\udc55 ", + "folder_separator_icon": " \uf061 ", "home_icon": " ", "style": "agnoster_full", "template": " \ue5ff {{ .Path }} " diff --git a/themes/illusi0n.omp.json b/themes/illusi0n.omp.json index cd2827bf..758287ff 100644 --- a/themes/illusi0n.omp.json +++ b/themes/illusi0n.omp.json @@ -66,7 +66,7 @@ "fetch_upstream_icon": true }, "style": "plain", - "template": "<#ff8800>on {{.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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "<#ff8800>on {{.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 }} ", "type": "git" }, { diff --git a/themes/iterm2.omp.json b/themes/iterm2.omp.json index 91e0612d..047d5635 100644 --- a/themes/iterm2.omp.json +++ b/themes/iterm2.omp.json @@ -50,7 +50,7 @@ "fetch_status": true }, "style": "powerline", - "template": " {{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -64,7 +64,7 @@ "always_enabled": true }, "style": "powerline", - "template": " \udb81\udf8f ", + "template": " \uea6c ", "type": "exit" } ], @@ -84,7 +84,7 @@ "invert_powerline": true, "powerline_symbol": "\ue0b2", "style": "powerline", - "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 \udb80\udc84 ", + "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 \ueb2d ", "type": "battery" }, { @@ -106,7 +106,7 @@ "invert_powerline": true, "powerline_symbol": "\ue0b2", "style": "powerline", - "template": "<#fff> \udb82\udd54 {{ .CurrentDate | date .Format }} ", + "template": "<#fff> \ue641 {{ .CurrentDate | date .Format }} ", "type": "time" } ], diff --git a/themes/jandedobbeleer.omp.json b/themes/jandedobbeleer.omp.json index 48606dda..aeafcc01 100644 --- a/themes/jandedobbeleer.omp.json +++ b/themes/jandedobbeleer.omp.json @@ -23,7 +23,7 @@ "style": "folder" }, "style": "powerline", - "template": " \udb80\ude4b {{ .Path }} ", + "template": " \uea83 {{ .Path }} ", "type": "path" }, { @@ -44,7 +44,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "trailing_diamond": "\ue0b4", "type": "git" }, @@ -56,7 +56,7 @@ "fetch_version": true }, "style": "powerline", - "template": " \udb80\udf99 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ", + "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ", "type": "node" }, { @@ -146,7 +146,7 @@ "always_enabled": true }, "style": "plain", - "template": "\ue0b0 \udb81\udead{{ .FormattedMs }}\u2800", + "template": "\ue0b0 \ueba2{{ .FormattedMs }}\u2800", "type": "executiontime" }, { diff --git a/themes/jblab_2021.omp.json b/themes/jblab_2021.omp.json index 872922ab..bf4365dd 100644 --- a/themes/jblab_2021.omp.json +++ b/themes/jblab_2021.omp.json @@ -27,9 +27,9 @@ "foreground": "#0C212F", "leading_diamond": "\ue0b0", "properties": { - "folder_icon": "\udb80\uddd8", + "folder_icon": "...", "folder_separator_icon": " \ue0b1 ", - "home_icon": "\udb80\udedc", + "home_icon": "\ueb06", "style": "agnoster_short" }, "style": "diamond", @@ -53,7 +53,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { diff --git a/themes/jonnychipz.omp.json b/themes/jonnychipz.omp.json index 5049ab29..74e7f90d 100644 --- a/themes/jonnychipz.omp.json +++ b/themes/jonnychipz.omp.json @@ -87,7 +87,7 @@ "properties": { "folder_icon": "<#000000>\ue5fe ", "folder_separator_icon": "<#000000>\ue0b1 ", - "home_icon": "\udb80\udedc ", + "home_icon": "\ueb06 ", "style": "agnoster_short" }, "style": "diamond", diff --git a/themes/jtracey93.omp.json b/themes/jtracey93.omp.json index 63410f65..b7bbc21d 100644 --- a/themes/jtracey93.omp.json +++ b/themes/jtracey93.omp.json @@ -12,7 +12,7 @@ "display_host": false }, "style": "diamond", - "template": "{{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }} ", + "template": "{{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }} ", "type": "session" }, { diff --git a/themes/jv_sitecorian.omp.json b/themes/jv_sitecorian.omp.json index 7ec64f58..b521abb5 100644 --- a/themes/jv_sitecorian.omp.json +++ b/themes/jv_sitecorian.omp.json @@ -33,7 +33,7 @@ "background": "#185F7B", "foreground": "#ffffff", "properties": { - "home_icon": "\udb80\udede ", + "home_icon": "\ue617 ", "style": "mixed" }, "style": "diamond", @@ -51,7 +51,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "type": "git" }, { @@ -71,7 +71,7 @@ "always_enabled": true }, "style": "powerline", - "template": " {{ if gt .Code 0 }}\udb80\udc26{{ else }}\uf469 \u2665{{ end }} ", + "template": " {{ if gt .Code 0 }}\uf421{{ else }}\uf469 \u2665{{ end }} ", "type": "exit" } ], @@ -89,7 +89,7 @@ "time_format": "3:04:05 PM" }, "style": "diamond", - "template": " {{ .CurrentDate | date .Format }}<#ffffff> \udb82\udd54 ", + "template": " {{ .CurrentDate | date .Format }}<#ffffff> \ue641 ", "trailing_diamond": "\ue0c4", "type": "time" }, diff --git a/themes/kushal.omp.json b/themes/kushal.omp.json index ab50a69f..bbe71941 100644 --- a/themes/kushal.omp.json +++ b/themes/kushal.omp.json @@ -71,7 +71,7 @@ "powerline_symbol": "\ue0b0", "foreground": "#ffffff", "background": "#7FD5EA", - "template": " \u202d\udb81\udfd3 {{ .Full }} " + "template": " \u202d\ue626 {{ .Full }} " }, { "type": "rust", @@ -99,7 +99,7 @@ "fetch_worktree_count": true }, "style": "powerline", - "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#CAEBE1> \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#CAEBE1> \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" } ], @@ -153,7 +153,7 @@ { "foreground": "#F2D3B6", "properties": { - "time_format": "<#D6DEEB>\udb82\udd54 15:04:05 <#79DFE1>| \udb80\udcf0 2 Jan, Monday" + "time_format": "<#D6DEEB>\ue641 15:04:05 <#79DFE1>| \uf073 2 Jan, Monday" }, "style": "plain", "template": "{{ .CurrentDate | date .Format }} <#79DFE1>|", @@ -164,8 +164,8 @@ "leading_diamond": "<#00C7FC> \uf07b <#B6D6F2> in ", "properties": { "folder_icon": " \uf07c ", - "folder_separator_icon": " \udb80\udc55 ", - "home_icon": "\udb80\udedc ", + "folder_separator_icon": " \uf061 ", + "home_icon": "\ueb06 ", "style": "agnoster_short", "max_depth": 3 }, diff --git a/themes/lambda.omp.json b/themes/lambda.omp.json index 622f8e7b..c3e56efa 100644 --- a/themes/lambda.omp.json +++ b/themes/lambda.omp.json @@ -7,7 +7,7 @@ { "foreground": "#F5F5F5", "style": "plain", - "template": "\udb81\ude27 ", + "template": "\ue7ad ", "type": "text" }, { diff --git a/themes/lambdageneration.omp.json b/themes/lambdageneration.omp.json index 90e421f4..03467760 100644 --- a/themes/lambdageneration.omp.json +++ b/themes/lambdageneration.omp.json @@ -58,8 +58,8 @@ ], "properties": { "charged_icon": "\uf240 ", - "charging_icon": "\udb80\udc84 ", - "discharging_icon": "\udb80\udc84 ", + "charging_icon": "\ueb2d ", + "discharging_icon": "\ueb2d ", "text": "\ue0b0" }, "style": "powerline", @@ -92,7 +92,7 @@ "foreground": "#fb7e14", "leading_diamond": "\ue0b6", "style": "diamond", - "template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}@{{ .HostName }} <#fb7e14>\ue0b3 ", + "template": " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }}@{{ .HostName }} <#fb7e14>\ue0b3 ", "type": "session" }, { @@ -102,7 +102,7 @@ "time_format": "15:04:05, _2" }, "style": "diamond", - "template": "{{ .CurrentDate | date .Format }} \udb80\udcf0 ", + "template": "{{ .CurrentDate | date .Format }} \uf073 ", "trailing_diamond": "\ue0b4", "type": "time" } @@ -121,7 +121,7 @@ "foreground": "#292929", "style": "diamond", "leading_diamond": "\u2570\u2500\ue0b6", - "template": "\udb81\ude27", + "template": "\ue7ad", "trailing_diamond": "\ue0b4", "type": "path" } diff --git a/themes/larserikfinholt.omp.json b/themes/larserikfinholt.omp.json index aafabc91..3a55643c 100644 --- a/themes/larserikfinholt.omp.json +++ b/themes/larserikfinholt.omp.json @@ -23,7 +23,7 @@ "style": "folder" }, "style": "powerline", - "template": " \udb80\ude4b {{ .Path }} ", + "template": " \uea83 {{ .Path }} ", "type": "path" }, { @@ -43,7 +43,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "type": "git" }, { @@ -53,7 +53,7 @@ "always_enabled": true }, "style": "plain", - "template": "\ue0b0 \udb81\udead{{ .FormattedMs }}\u2800", + "template": "\ue0b0 \ueba2{{ .FormattedMs }}\u2800", "type": "executiontime" }, { diff --git a/themes/lightgreen.omp.json b/themes/lightgreen.omp.json index 4705aefe..522b66cb 100644 --- a/themes/lightgreen.omp.json +++ b/themes/lightgreen.omp.json @@ -56,7 +56,7 @@ "fetch_status": true }, "style": "plain", - "template": "<#000000>\ue0b1 {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "<#000000>\ue0b1 {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -73,7 +73,7 @@ "foreground": "#06aad5", "leading_diamond": "\ue0b6", "style": "diamond", - "template": "\udb81\udfd3 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", + "template": "\ue626 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", "trailing_diamond": "\ue0b4 ", "type": "go" }, @@ -99,7 +99,7 @@ "foreground": "#ffffff", "leading_diamond": "\ue0b6", "style": "diamond", - "template": "\udb82\udc33 {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}", + "template": "\uf308 {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}", "trailing_diamond": "\ue0b4", "type": "kubectl" } @@ -136,7 +136,7 @@ "invert_powerline": true, "leading_diamond": "\ue0b2", "properties": { - "charged_icon": "\udb85\udfe6 ", + "charged_icon": "\uf240 ", "charging_icon": "\uf1e6 ", "discharging_icon": "\ue234 " }, diff --git a/themes/marcduiker.omp.json b/themes/marcduiker.omp.json index 4c91b712..6b0804f1 100644 --- a/themes/marcduiker.omp.json +++ b/themes/marcduiker.omp.json @@ -33,7 +33,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { diff --git a/themes/markbull.omp.json b/themes/markbull.omp.json index 0afe6df3..1259f461 100644 --- a/themes/markbull.omp.json +++ b/themes/markbull.omp.json @@ -15,7 +15,7 @@ "foreground": "#1d1626", "powerline_symbol": "\ue0b0", "style": "powerline", - "template": " \uf26c {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}@{{ .HostName }} ", + "template": " \uf26c {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }}@{{ .HostName }} ", "type": "session" }, { @@ -54,9 +54,9 @@ "properties": { "azure_devops_icon": "\ufd03 ", "bitbucket_icon": "\uf171 ", - "branch_gone_icon": "\udb80\udd8f ", + "branch_gone_icon": "\uebcc ", "branch_icon": "\ue0a0 ", - "branch_identical_icon": "\udb80\udd91 ", + "branch_identical_icon": "\uf4c4 ", "commit_icon": "\uf417 ", "fetch_stash_count": true, "fetch_status": true, @@ -68,7 +68,7 @@ "tag_icon": "\uf412 " }, "style": "powerline", - "template": " {{ if( .UpstreamIcon ) }}{{ url .UpstreamIcon .UpstreamURL }} {{ end }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} <#ed1941>\uf044 {{.Working.String}}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} <#225a1f>\uf046 {{.Staging.String}}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{.StashCount}}{{ end }}{{ if gt .WorktreeCount 0 }}{{if .IsWorkTree}}<#1d953f>{{ end }} \uf1bb {{if .IsWorkTree}}{{ end }}{{.WorktreeCount}}{{ end }} ", + "template": " {{ if( .UpstreamIcon ) }}{{ url .UpstreamIcon .UpstreamURL }} {{ end }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} <#ed1941>\uf044 {{.Working.String}}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} <#225a1f>\uf046 {{.Staging.String}}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{.StashCount}}{{ end }}{{ if gt .WorktreeCount 0 }}{{if .IsWorkTree}}<#1d953f>{{ end }} \uf1bb {{if .IsWorkTree}}{{ end }}{{.WorktreeCount}}{{ end }} ", "type": "git" }, { diff --git a/themes/microverse-power.omp.json b/themes/microverse-power.omp.json index 96695ed9..e9b74b82 100644 --- a/themes/microverse-power.omp.json +++ b/themes/microverse-power.omp.json @@ -58,7 +58,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -72,7 +72,7 @@ "always_enabled": true }, "style": "powerline", - "template": " \udb81\udf8f ", + "template": " \uea6c ", "type": "exit" } ], diff --git a/themes/mojada.omp.json b/themes/mojada.omp.json index 60bf182c..c69c7622 100644 --- a/themes/mojada.omp.json +++ b/themes/mojada.omp.json @@ -73,7 +73,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -93,7 +93,7 @@ "always_enabled": true }, "style": "plain", - "template": " {{ if gt .Code 0 }}\udb80\udd5a{{ else }}\udb80\udd34{{ end }} ", + "template": " {{ if gt .Code 0 }}\uf52f{{ else }}\uf4a7{{ end }} ", "type": "exit" }, { @@ -116,9 +116,9 @@ "invert_powerline": true, "powerline_symbol": "\ue0b2", "properties": { - "charged_icon": "\udb80\udc84 ", - "charging_icon": "\udb80\udc89 ", - "discharging_icon": "\udb80\udc7e " + "charged_icon": "\ueb2d ", + "charging_icon": "\uf241 ", + "discharging_icon": "\uf242 " }, "style": "powerline", "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}% ", diff --git a/themes/montys.omp.json b/themes/montys.omp.json index 03701545..642eeee0 100644 --- a/themes/montys.omp.json +++ b/themes/montys.omp.json @@ -19,11 +19,11 @@ "properties": { "folder_icon": "\uf115", "folder_separator_icon": "\\", - "home_icon": "\udb80\udedc", + "home_icon": "\ueb06", "style": "full" }, "style": "powerline", - "template": " <#000>\uf07b \udb80\udc54 {{ .Path }} ", + "template": " <#000>\uf07b \uea9c {{ .Path }} ", "type": "path" }, { @@ -37,7 +37,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }}) ", + "template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}) ", "type": "git" }, { @@ -56,7 +56,7 @@ "always_enabled": true }, "style": "powerline", - "template": " \udb81\udead {{ .FormattedMs }} ", + "template": " \ueba2 {{ .FormattedMs }} ", "type": "executiontime" }, { @@ -81,7 +81,7 @@ "always_enabled": true }, "style": "diamond", - "template": " {{ if gt .Code 0 }}\udb80\udc26{{ else }}\uf469{{ end }}", + "template": " {{ if gt .Code 0 }}\uf421{{ else }}\uf469{{ end }}", "trailing_diamond": "\ue0b4", "type": "exit" } diff --git a/themes/mt.omp.json b/themes/mt.omp.json index 23a3c567..8f2d385c 100644 --- a/themes/mt.omp.json +++ b/themes/mt.omp.json @@ -34,7 +34,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }}) ", + "template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}) ", "type": "git" }, { diff --git a/themes/multiverse-neon.omp.json b/themes/multiverse-neon.omp.json index a6bba2ff..0844a741 100644 --- a/themes/multiverse-neon.omp.json +++ b/themes/multiverse-neon.omp.json @@ -33,7 +33,7 @@ "fetch_upstream_icon": 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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "trailing_diamond": "\ue0b4", "type": "git" }, diff --git a/themes/night-owl.omp.json b/themes/night-owl.omp.json index edb85a88..06a36bbf 100644 --- a/themes/night-owl.omp.json +++ b/themes/night-owl.omp.json @@ -9,7 +9,7 @@ "foreground": "#011627", "leading_diamond": "\u256d\u2500\ue0b6", "properties": { - "windows": "\udb80\udf72" + "windows": "\ue62a" }, "style": "diamond", "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ", @@ -31,7 +31,7 @@ "properties": { "folder_icon": "\uf07c ", "folder_separator_icon": "<#011627>\ue0b1 ", - "home_icon": " \udb80\udedc ", + "home_icon": " \ueb06 ", "style": "agnoster" }, "style": "powerline", @@ -56,7 +56,7 @@ "fetch_worktree_count": true }, "style": "powerline", - "template": " {{ url .UpstreamIcon .UpstreamURL }}{{ .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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ url .UpstreamIcon .UpstreamURL }}{{ .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 }} ", "type": "git" }, { @@ -93,7 +93,7 @@ "foreground": "#ffffff", "leading_diamond": "\ue0b2", "style": "diamond", - "template": "\udb80\udf5b {{ round .PhysicalPercentUsed .Precision }}% ", + "template": "\ue266 {{ round .PhysicalPercentUsed .Precision }}% ", "trailing_diamond": "\ue0b2", "type": "sysinfo" }, @@ -210,7 +210,7 @@ "foreground": "#06aad5", "leading_diamond": "\ue0b2", "style": "diamond", - "template": "\udb81\udfd3 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ", + "template": "\ue626 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ", "trailing_diamond": "\ue0b2", "type": "go" }, @@ -255,7 +255,7 @@ "foreground": "#ffffff", "leading_diamond": "\ue0b2", "style": "diamond", - "template": "\udb82\udc33 {{.Context}} :: {{if .Namespace}}{{.Namespace}}{{else}}default{{end}} ", + "template": "\uf308 {{.Context}} :: {{if .Namespace}}{{.Namespace}}{{else}}default{{end}} ", "trailing_diamond": "\ue0b2", "type": "kubectl" }, @@ -275,7 +275,7 @@ "properties": { "fetch_package_manager": true, "npm_icon": "<#cc3a3a>\ue71e ", - "yarn_icon": "<#348cba>\udb80\udd1b " + "yarn_icon": "<#348cba>\ue6a7 " }, "style": "diamond", "template": "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ", @@ -362,7 +362,7 @@ "time_format": "15:04:05" }, "style": "diamond", - "template": "\udb82\udd54 {{ .CurrentDate | date .Format }}", + "template": "\ue641 {{ .CurrentDate | date .Format }}", "trailing_diamond": "\ue0b4", "type": "time" } diff --git a/themes/nu4a.omp.json b/themes/nu4a.omp.json index b44abb68..2a4be79e 100644 --- a/themes/nu4a.omp.json +++ b/themes/nu4a.omp.json @@ -24,7 +24,7 @@ "properties": { "folder_icon": "\ue5ff", "folder_separator_icon": "\ue0b9", - "home_icon": "\udb80\udedc", + "home_icon": "\ueb06", "mapped_locations": { "C:\\Users": "\uf007", "C:\\Windows": "\ue62a" diff --git a/themes/patriksvensson.omp.json b/themes/patriksvensson.omp.json index b3249eab..b438cd4b 100644 --- a/themes/patriksvensson.omp.json +++ b/themes/patriksvensson.omp.json @@ -17,7 +17,7 @@ "properties": { "folder_icon": "\ue5ff", "folder_separator_icon": "/", - "home_icon": "\udb80\udedc", + "home_icon": "\ueb06", "style": "agnoster" }, "style": "plain", @@ -39,7 +39,7 @@ "github_icon": "\uf408 " }, "style": "plain", - "template": " on {{ .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 }} \udb80\udd93 {{ .StashCount }}{{ end }}", + "template": " on {{ .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 }}", "type": "git" }, { diff --git a/themes/peru.omp.json b/themes/peru.omp.json index e098cd78..8b841c75 100644 --- a/themes/peru.omp.json +++ b/themes/peru.omp.json @@ -34,7 +34,7 @@ "fetch_upstream_icon": true }, "style": "plain", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "type": "git" } ], diff --git a/themes/pixelrobots.omp.json b/themes/pixelrobots.omp.json index d14cca65..eb9ca32b 100644 --- a/themes/pixelrobots.omp.json +++ b/themes/pixelrobots.omp.json @@ -15,7 +15,7 @@ "background": "#ffea00", "foreground": "#000000", "style": "powerline", - "template": " \udb82\udc33{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}} ", + "template": " \uf308{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}} ", "type": "kubectl" }, { @@ -92,7 +92,7 @@ "properties": { "folder_icon": "<#B5B2C2>\ue5fe ", "folder_separator_icon": "<#ffea00>\ue0b1 ", - "home_icon": "\udb80\udedc ", + "home_icon": "\ueb06 ", "style": "agnoster_short" }, "style": "diamond", @@ -113,7 +113,7 @@ "fetch_upstream_icon": true }, "style": "diamond", - "template": "<#ffea00>\ue0b1 {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "<#ffea00>\ue0b1 {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { diff --git a/themes/plague.omp.json b/themes/plague.omp.json index dc252044..e256ee2a 100644 --- a/themes/plague.omp.json +++ b/themes/plague.omp.json @@ -18,7 +18,7 @@ "foreground": "#434343", "powerline_symbol": "\ue0b0", "style": "powerline", - "template": " \udb81\udcc7 {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} ", + "template": " \uf1bc {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} ", "type": "spotify" }, { @@ -41,7 +41,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -57,7 +57,7 @@ "foreground": "#ffffff", "powerline_symbol": "\ue0b0", "style": "powerline", - "template": " \udb81\udfb7 {{ .Name }} ", + "template": " \uf120 {{ .Name }} ", "type": "shell" }, { diff --git a/themes/poshmon.omp.json b/themes/poshmon.omp.json index 33777141..fe578fe7 100644 --- a/themes/poshmon.omp.json +++ b/themes/poshmon.omp.json @@ -43,7 +43,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " \uf113 {{ .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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " \uf113 {{ .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 }} ", "type": "git" } ], @@ -59,7 +59,7 @@ "properties": { "fetch_package_manager": true, "npm_icon": " <#cc3a3a>\ue5fa ", - "yarn_icon": " <#348cba>\udb80\udd1b" + "yarn_icon": " <#348cba>\ue6a7" }, "style": "diamond", "template": "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}", @@ -80,7 +80,7 @@ "foreground": "#06aad5", "leading_diamond": "\ue0b6", "style": "diamond", - "template": "\udb81\udfd3 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", + "template": "\ue626 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", "trailing_diamond": "\ue0b4 ", "type": "go" }, @@ -95,7 +95,7 @@ "time_format": "_2, 15:04:05" }, "style": "diamond", - "template": " \udb80\udcf0 {{ .CurrentDate | date .Format }} ", + "template": " \uf073 {{ .CurrentDate | date .Format }} ", "trailing_diamond": "\ue0b4", "type": "time" } diff --git a/themes/powerlevel10k_rainbow.omp.json b/themes/powerlevel10k_rainbow.omp.json index f9ab86f2..47ade7fd 100644 --- a/themes/powerlevel10k_rainbow.omp.json +++ b/themes/powerlevel10k_rainbow.omp.json @@ -41,7 +41,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "type": "git" } ], @@ -59,7 +59,7 @@ "fetch_version": true }, "style": "powerline", - "template": " {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} \udb80\udf99 ", + "template": " {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} \ue718 ", "type": "node" }, { diff --git a/themes/pure.omp.json b/themes/pure.omp.json index 1a44ae8f..664bc7da 100644 --- a/themes/pure.omp.json +++ b/themes/pure.omp.json @@ -37,7 +37,7 @@ "github_icon": "" }, "style": "plain", - "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#FFAFD7>*{{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#FFAFD7>*{{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" } ], diff --git a/themes/quick-term.omp.json b/themes/quick-term.omp.json index 7d1f1ba2..f2aac4b0 100644 --- a/themes/quick-term.omp.json +++ b/themes/quick-term.omp.json @@ -67,11 +67,11 @@ "fetch_status": true, "branch_icon": "\uf418 ", "branch_identical_icon": "\uf444", - "branch_gone_icon": "\udb80\udd56" + "branch_gone_icon": "\ueab8" }, "style": "diamond", "leading_diamond": "\ue0b0", - "template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \ue0b1 <#121318>\uf044 {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} \ue0b1 <#121318>\uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ue0b1 <#121318>\udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \ue0b1 <#121318>\uf044 {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} \ue0b1 <#121318>\uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ue0b1 <#121318>\ueb4b {{ .StashCount }}{{ end }} ", "trailing_diamond": "\ue0b0", "type": "git" } @@ -91,7 +91,7 @@ "invert_powerline": true, "style": "powerline", "powerline_symbol": "\ue0b2", - "template": " \udb80\udd09 {{ .FormattedMs }} ", + "template": " \ueba2 {{ .FormattedMs }} ", "type": "executiontime" }, { @@ -102,7 +102,7 @@ }, "invert_powerline": true, "style": "diamond", - "template": " \udb80\udcf0 {{ .CurrentDate | date .Format }} ", + "template": " \uf073 {{ .CurrentDate | date .Format }} ", "trailing_diamond": "\ue0b0", "type": "time" } diff --git a/themes/rudolfs-dark.omp.json b/themes/rudolfs-dark.omp.json index b650da13..95da2d68 100644 --- a/themes/rudolfs-dark.omp.json +++ b/themes/rudolfs-dark.omp.json @@ -48,7 +48,7 @@ "fetch_upstream_icon": true }, "style": "plain", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ]", + "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 }} ]", "type": "git" }, { diff --git a/themes/schema.json b/themes/schema.json index ef24bd2e..db9c935e 100644 --- a/themes/schema.json +++ b/themes/schema.json @@ -2260,13 +2260,13 @@ "type": "string", "title": "Alternative icon", "description": "Alternative icon for this activity type", - "default": "\udb80\udca3" + "default": "\uf206" }, "run_icon": { "type": "string", "title": "Alternative icon", "description": "Alternative icon for this activity type", - "default": "\udb81\udf0e" + "default": "\ue213" }, "skiing_icon": { "type": "string", diff --git a/themes/slim.omp.json b/themes/slim.omp.json index 7ed8606c..bf5192e3 100644 --- a/themes/slim.omp.json +++ b/themes/slim.omp.json @@ -70,7 +70,7 @@ "fetch_upstream_icon": true }, "style": "diamond", - "template": "<#7a7a7a>\ue0b1 {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "<#7a7a7a>\ue0b1 {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -121,7 +121,7 @@ "time_format": "15:04:05" }, "style": "diamond", - "template": " {{ .CurrentDate | date .Format }}<#007ACC> \udb82\udd54 ", + "template": " {{ .CurrentDate | date .Format }}<#007ACC> \ue641 ", "trailing_diamond": "\u2593\ue0c6", "type": "time" } @@ -169,7 +169,7 @@ "always_enabled": true }, "style": "plain", - "template": " \udb81\uddfc {{ if gt .Code 0 }}{{ .Code }}{{ end }} ", + "template": " \uea9f {{ if gt .Code 0 }}{{ .Code }}{{ end }} ", "type": "exit" } ], diff --git a/themes/slimfat.omp.json b/themes/slimfat.omp.json index 47aacd1c..bcd76c50 100644 --- a/themes/slimfat.omp.json +++ b/themes/slimfat.omp.json @@ -68,7 +68,7 @@ "fetch_upstream_icon": true }, "style": "diamond", - "template": "<#7a7a7a>\ue0b1 {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "<#7a7a7a>\ue0b1 {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -119,7 +119,7 @@ "time_format": "15:04:05" }, "style": "diamond", - "template": " {{ .CurrentDate | date .Format }}<#007ACC> \udb82\udd54 ", + "template": " {{ .CurrentDate | date .Format }}<#007ACC> \ue641 ", "trailing_diamond": "\u2593\ue0c6", "type": "time" } @@ -167,7 +167,7 @@ "always_enabled": true }, "style": "plain", - "template": " \udb81\uddfc {{ if gt .Code 0 }}{{ .Code }}{{ end }} ", + "template": " \uea9f {{ if gt .Code 0 }}{{ .Code }}{{ end }} ", "type": "exit" } ], diff --git a/themes/sonicboom_dark.omp.json b/themes/sonicboom_dark.omp.json index f986cb8a..ca665b73 100644 --- a/themes/sonicboom_dark.omp.json +++ b/themes/sonicboom_dark.omp.json @@ -42,7 +42,7 @@ "properties": { "folder_icon": "\ue5fe", "folder_separator_icon": " \ue0bd ", - "home_icon": "\udb80\udedc", + "home_icon": "\ueb06", "style": "agnoster_short" }, "style": "plain", @@ -57,7 +57,7 @@ "fetch_status": true }, "style": "plain", - "template": "<#000000>\ue0b1 {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "<#000000>\ue0b1 {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -83,7 +83,7 @@ "foreground": "#43CCEA", "leading_diamond": "\ue0c5", "style": "diamond", - "template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }} / {{ .HostName }}", + "template": " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }} / {{ .HostName }}", "type": "session" }, { @@ -113,7 +113,7 @@ "always_enabled": true }, "style": "plain", - "template": "\udb81\ude0d ", + "template": "\uf432 ", "type": "exit" } ], diff --git a/themes/sonicboom_light.omp.json b/themes/sonicboom_light.omp.json index 4c030a70..b5c5d9c1 100644 --- a/themes/sonicboom_light.omp.json +++ b/themes/sonicboom_light.omp.json @@ -42,7 +42,7 @@ "properties": { "folder_icon": "\ue5fe", "folder_separator_icon": " \ue0bd ", - "home_icon": "\udb80\udedc", + "home_icon": "\ueb06", "style": "agnoster_short" }, "style": "plain", @@ -57,7 +57,7 @@ "fetch_status": true }, "style": "plain", - "template": "<#000000>\ue0b1 {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "<#000000>\ue0b1 {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -83,7 +83,7 @@ "foreground": "#43CCEA", "leading_diamond": "\ue0c5", "style": "diamond", - "template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }} / {{ .HostName }}", + "template": " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }} / {{ .HostName }}", "type": "session" }, { @@ -113,7 +113,7 @@ "always_enabled": true }, "style": "plain", - "template": "\udb81\ude0d ", + "template": "\uf432 ", "type": "exit" } ], diff --git a/themes/space.omp.json b/themes/space.omp.json index 433a0ff7..ea5df8d7 100644 --- a/themes/space.omp.json +++ b/themes/space.omp.json @@ -34,7 +34,7 @@ "fetch_stash_count": true }, "style": "plain", - "template": "<#ffffff>on {{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "<#ffffff>on {{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { @@ -46,7 +46,7 @@ { "foreground": "#7FD5EA", "style": "powerline", - "template": "[\udb81\udfd3 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}] ", + "template": "[\ue626 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}] ", "type": "go" }, { diff --git a/themes/spaceship.omp.json b/themes/spaceship.omp.json index 78c9a8cc..17e29dfc 100644 --- a/themes/spaceship.omp.json +++ b/themes/spaceship.omp.json @@ -26,7 +26,7 @@ "fetch_stash_count": true }, "style": "plain", - "template": "<#ffffff>on {{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": "<#ffffff>on {{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" } ], diff --git a/themes/stelbent-compact.minimal.omp.json b/themes/stelbent-compact.minimal.omp.json index cba52c20..2c73558d 100644 --- a/themes/stelbent-compact.minimal.omp.json +++ b/themes/stelbent-compact.minimal.omp.json @@ -14,7 +14,7 @@ "display_host": true }, "style": "plain", - "template": "\u250c {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}@{{ .HostName }} " + "template": "\u250c {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }}@{{ .HostName }} " }, { "type": "path", diff --git a/themes/takuya.omp.json b/themes/takuya.omp.json index 5a71cf7f..c5ecb667 100644 --- a/themes/takuya.omp.json +++ b/themes/takuya.omp.json @@ -65,7 +65,7 @@ "properties": { "fetch_package_manager": true, "npm_icon": " <#cc3a3a>\ue5fa ", - "yarn_icon": " <#348cba>\udb80\udd1b" + "yarn_icon": " <#348cba>\ue6a7" }, "style": "diamond", "template": "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}", @@ -78,7 +78,7 @@ "invert_powerline": true, "leading_diamond": " \ue0b6", "style": "diamond", - "template": " \udb82\udd54 {{ .CurrentDate | date .Format }} ", + "template": " \ue641 {{ .CurrentDate | date .Format }} ", "trailing_diamond": "\ue0b4", "type": "time" } diff --git a/themes/thecyberden.omp.json b/themes/thecyberden.omp.json index 166605fd..4028e8cb 100644 --- a/themes/thecyberden.omp.json +++ b/themes/thecyberden.omp.json @@ -10,7 +10,7 @@ "leading_diamond": "\ue0b6", "powerline_symbol": "\ue0b0", "style": "diamond", - "template": "\udb81\udfc0 {{ .HostName }} ", + "template": "\uf108 {{ .HostName }} ", "type": "session" }, { @@ -40,7 +40,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "type": "git" }, { diff --git a/themes/tiwahu.omp.json b/themes/tiwahu.omp.json index 29b9f7d0..16a70f49 100644 --- a/themes/tiwahu.omp.json +++ b/themes/tiwahu.omp.json @@ -33,14 +33,14 @@ "background": "#222222", "foreground": "#666666", "style": "plain", - "template": " {{ if .WSL }}\udb80\udd8f {{ end }}{{.Icon}}", + "template": " {{ if .WSL }}\uebcc {{ end }}{{.Icon}}", "type": "os" }, { "background": "#222222", "foreground": "#666666", "style": "plain", - "template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}@{{ .HostName }} ", + "template": " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }}@{{ .HostName }} ", "type": "session" }, { @@ -64,7 +64,7 @@ "fetch_status": false, "fetch_upstream_icon": false, "merge_icon": "\ue727 ", - "no_commits_icon": "\udb80\udc95 ", + "no_commits_icon": "\uf0c3 ", "rebase_icon": "\ue728 ", "revert_icon": "\uf0e2 ", "tag_icon": "\uf412 " @@ -90,7 +90,7 @@ "fetch_version": false }, "style": "plain", - "template": " \udb81\udfd3 ", + "template": " \ue626 ", "type": "go" }, { diff --git a/themes/tokyo.omp.json b/themes/tokyo.omp.json index 93276f43..d3378d9e 100644 --- a/themes/tokyo.omp.json +++ b/themes/tokyo.omp.json @@ -7,7 +7,7 @@ { "foreground": "#7eb8da", "style": "plain", - "template": "\u250f[<#ffffff>\udb80\udc09 {{ .UserName }} from <#ffffff>\udb81\udfc0 {{ .HostName }}]", + "template": "\u250f[<#ffffff>\ueb99 {{ .UserName }} from <#ffffff>\uf108 {{ .HostName }}]", "type": "session" }, { @@ -31,7 +31,7 @@ { "foreground": "#be9ddf", "style": "diamond", - "template": "[<#ffffff>\udb80\udf5b RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB]", + "template": "[<#ffffff>\ue266 RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB]", "type": "sysinfo" }, { @@ -40,7 +40,7 @@ "time_format": "Monday at 3:04:05 PM" }, "style": "diamond", - "template": "[<#ffffff>\udb80\udcf0 {{ .CurrentDate | date .Format }}]", + "template": "[<#ffffff>\uf073 {{ .CurrentDate | date .Format }}]", "type": "time" }, { @@ -51,7 +51,7 @@ "fetch_upstream_icon": true }, "style": "plain", - "template": "[<#ffffff>{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} <#ffffff>\uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} <#ffffff>\uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} <#ffffff>\udb80\udd93 {{ .StashCount }}{{ end }}]", + "template": "[<#ffffff>{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} <#ffffff>\uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} <#ffffff>\uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} <#ffffff>\ueb4b {{ .StashCount }}{{ end }}]", "type": "git" }, { @@ -75,7 +75,7 @@ { "foreground": "#ffa5d8", "style": "powerline", - "template": "[<#ffffff>\udb81\udf8f Error, check your command]", + "template": "[<#ffffff>\uea6c Error, check your command]", "type": "exit" } ], diff --git a/themes/tokyonight_storm.omp.json b/themes/tokyonight_storm.omp.json index 8afc9e1e..9262edf1 100644 --- a/themes/tokyonight_storm.omp.json +++ b/themes/tokyonight_storm.omp.json @@ -72,7 +72,7 @@ "type": "node", "style": "plain", "foreground": "p:pistachio-green", - "template": "\udb80\udf99 {{ .Full }} " + "template": "\ue718 {{ .Full }} " }, { "type": "php", diff --git a/themes/tonybaloney.omp.json b/themes/tonybaloney.omp.json index cf3952f3..fa3763a8 100644 --- a/themes/tonybaloney.omp.json +++ b/themes/tonybaloney.omp.json @@ -25,7 +25,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", "type": "git" }, { diff --git a/themes/uew.omp.json b/themes/uew.omp.json index 24a28ef6..8881f29e 100644 --- a/themes/uew.omp.json +++ b/themes/uew.omp.json @@ -31,7 +31,7 @@ { "foreground": "#BFA8BF", "style": "powerline", - "template": " <#fff>\udb81\udfb7 {{ .Name }} ", + "template": " <#fff>\uf120 {{ .Name }} ", "type": "shell" } ], @@ -75,7 +75,7 @@ { "foreground": "#BBC4B9", "style": "diamond", - "template": "<#fff>\udb80\udddd \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ", + "template": " <#fff>\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ", "type": "node" } ], diff --git a/themes/unicorn.omp.json b/themes/unicorn.omp.json index ca3ba408..ef5e34e7 100644 --- a/themes/unicorn.omp.json +++ b/themes/unicorn.omp.json @@ -43,7 +43,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "type": "git" }, { @@ -51,7 +51,7 @@ "foreground": "#fff", "powerline_symbol": "\ue0b0", "style": "powerline", - "template": "<#fff> \udb82\udd54 {{ .CurrentDate | date .Format }} ", + "template": "<#fff> \ue641 {{ .CurrentDate | date .Format }} ", "type": "time" }, { @@ -61,7 +61,7 @@ "always_enabled": true }, "style": "diamond", - "template": " \udb81\udead {{ .FormattedMs }}\u2800", + "template": " \ueba2 {{ .FormattedMs }}\u2800", "trailing_diamond": "\ue0b4", "type": "executiontime" } diff --git a/themes/velvet.omp.json b/themes/velvet.omp.json index 028e91c7..da62315c 100644 --- a/themes/velvet.omp.json +++ b/themes/velvet.omp.json @@ -48,7 +48,7 @@ "fetch_upstream_icon": true }, "style": "powerline", - "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "type": "git" }, { @@ -72,7 +72,7 @@ "always_enabled": true }, "style": "diamond", - "template": " \udb86\udca0{{ if gt .Code 0 }} {{.Code}}{{ end }} ", + "template": " \ueb05{{ if gt .Code 0 }} {{.Code}}{{ end }} ", "trailing_diamond": "\ue0b4", "type": "exit" } @@ -102,7 +102,7 @@ "fetch_version": false }, "style": "diamond", - "template": "\udb81\udfd3{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", + "template": "\ue626{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", "trailing_diamond": "\ue0b4", "type": "go" }, diff --git a/themes/wholespace.omp.json b/themes/wholespace.omp.json index d5394eb1..9b5836b7 100644 --- a/themes/wholespace.omp.json +++ b/themes/wholespace.omp.json @@ -11,7 +11,7 @@ "properties": { "macos": "\uf179 ", "ubuntu": "\uf31b ", - "windows": "\udb80\udf72 " + "windows": "\ue62a " }, "style": "diamond", "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}", @@ -35,14 +35,14 @@ "foreground": "#ffffff", "leading_diamond": "\ue0b2", "style": "diamond", - "template": "\udb80\udf5b CPU: {{ round .PhysicalPercentUsed .Precision }}% | ", + "template": "\ue266 CPU: {{ round .PhysicalPercentUsed .Precision }}% | ", "type": "sysinfo" }, { "background": "#516BEB", "foreground": "#ffffff", "style": "diamond", - "template": "RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1068786176.0) }}GB \udb80\udf5b ", + "template": "RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1068786176.0) }}GB \ue266 ", "trailing_diamond": "\ue0b2", "type": "sysinfo" }, @@ -72,7 +72,7 @@ "properties": { "fetch_package_manager": true, "npm_icon": " <#cc3a3a>\ue5fa ", - "yarn_icon": " <#348cba>\udb80\udd1b" + "yarn_icon": " <#348cba>\ue6a7" }, "style": "diamond", "template": "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}", @@ -91,7 +91,7 @@ "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 }} \udb80\udd93 {{ .StashCount }}{{ end }} ", + "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 }} ", "trailing_diamond": "\ue0b0", "type": "git" } @@ -120,7 +120,7 @@ "always_enabled": true }, "style": "plain", - "template": " \udb86\udca0 ", + "template": " \ueb05 ", "type": "exit" } ], diff --git a/website/docs/configuration/templates.mdx b/website/docs/configuration/templates.mdx index 2d79c2f3..21335b36 100644 --- a/website/docs/configuration/templates.mdx +++ b/website/docs/configuration/templates.mdx @@ -180,7 +180,7 @@ If you want to for example use the [git][git] segment's `.UpstreamGone` property do so like this: ```json -"template": " {{ if .Segments.Git.UpstreamGone }}\udb80\uded4{{ else if gt .Code 0 }}\uf00d{{ else }}\uf00c{{ end }} " +"template": " {{ if .Segments.Git.UpstreamGone }}\ueb05{{ else if gt .Code 0 }}\uf00d{{ else }}\uf00c{{ end }} " ``` :::caution @@ -227,7 +227,7 @@ to distinct between both. For example: If you want to know if a specific segment is active, you can use the `.Segments.Contains` function, for example: ```json -"template": "{{ if .Segments.Contains \"Git\" }}\udb80\uded4{{ else if gt .Code 0 }}\uf00d{{ else }}\uf00c{{ end }} " +"template": "{{ if .Segments.Contains \"Git\" }}\ueb05{{ else if gt .Code 0 }}\uf00d{{ else }}\uf00c{{ end }} " ``` ## Text decoration diff --git a/website/docs/faq.mdx b/website/docs/faq.mdx index f76f9b45..bd7b502b 100644 --- a/website/docs/faq.mdx +++ b/website/docs/faq.mdx @@ -89,12 +89,12 @@ A temporary workaround is to use an invisible character at the end (`\u2800`), o In case you didn't export the config yet (it's the default, or you're using the `--config` flag with a predefined theme), you can follow the steps [here][export] to export it to a local file so you can adjust the [segment's][segment] `template`. -In the example below, it's assumed that the execution segment's icon `\udb81\udead` has an unexpected space after it in Windows Terminal. +In the example below, it's assumed that the execution segment's icon `\ueba2` has an unexpected space after it in Windows Terminal. ```json { "type": "executiontime", - "template": "\udb81\udead" // unexpected space + "template": "\ueba2" // unexpected space } ``` @@ -103,7 +103,7 @@ Adjust it by adding `\u2800` immediately after the icon. ```json { "type": "executiontime", - "template": "\udb81\udead\u2800" // solved + "template": "\ueba2\u2800" // solved } ``` diff --git a/website/docs/segments/connection.mdx b/website/docs/segments/connection.mdx index e24c3fd3..12b05265 100644 --- a/website/docs/segments/connection.mdx +++ b/website/docs/segments/connection.mdx @@ -35,7 +35,7 @@ import Config from '@site/src/components/Config.js'; :::note default template ```template -{{ if eq .Type \"wifi\"}}\uf1eb{{ else if eq .Type \"ethernet\"}}\udb80\ude00{{ end }} +{{ if eq .Type \"wifi\"}}\uf1eb{{ else if eq .Type \"ethernet\"}}\ueba9{{ end }} ``` ::: diff --git a/website/docs/segments/deno.mdx b/website/docs/segments/deno.mdx index 0d161955..871354f6 100644 --- a/website/docs/segments/deno.mdx +++ b/website/docs/segments/deno.mdx @@ -16,7 +16,7 @@ import Config from '@site/src/components/Config.js'; "type": "deno", "style": "plain", "foreground": "#3C82F6", - "template": " \udb81\udee6 {{ .Full }} " + "template": " \ue628 {{ .Full }} " }}/> ## Properties diff --git a/website/docs/segments/executiontime.mdx b/website/docs/segments/executiontime.mdx index b8593967..a7b8737c 100644 --- a/website/docs/segments/executiontime.mdx +++ b/website/docs/segments/executiontime.mdx @@ -22,7 +22,7 @@ import Config from '@site/src/components/Config.js'; "powerline_symbol": "\uE0B0", "foreground": "#ffffff", "background": "#8800dd", - "template": " <#fefefe>\udb81\udead {{ .FormattedMs }} ", + "template": " <#fefefe>\ueba2 {{ .FormattedMs }} ", "properties": { "threshold": 500, "style": "austin" diff --git a/website/docs/segments/fossil.mdx b/website/docs/segments/fossil.mdx index ab0f939b..5047fd3c 100644 --- a/website/docs/segments/fossil.mdx +++ b/website/docs/segments/fossil.mdx @@ -31,7 +31,7 @@ import Config from '@site/src/components/Config.js'; :::note default template ```template - \udb81\ude2c {{.Branch}} {{.Status.String}} + \ue725 {{.Branch}} {{.Status.String}} ``` ::: diff --git a/website/docs/segments/kotlin.mdx b/website/docs/segments/kotlin.mdx index e44bf425..98fa2843 100644 --- a/website/docs/segments/kotlin.mdx +++ b/website/docs/segments/kotlin.mdx @@ -18,7 +18,7 @@ import Config from '@site/src/components/Config.js'; "powerline_symbol": "\uE0B0", "foreground": "#ffffff", "background": "#906cff", - "template": " \udb81\udd06 {{ .Full }} " + "template": " K {{ .Full }} " }}/> ## Properties diff --git a/website/docs/segments/session.mdx b/website/docs/segments/session.mdx index 589708cd..2f6131d1 100644 --- a/website/docs/segments/session.mdx +++ b/website/docs/segments/session.mdx @@ -19,7 +19,7 @@ import Config from '@site/src/components/Config.js'; "background": "#c386f1", "leading_diamond": "\uE0B6", "trailing_diamond": "\uE0B0", - "template": "{{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}" + "template": "{{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }}" }}/> ## Template ([info][templates]) @@ -27,7 +27,7 @@ import Config from '@site/src/components/Config.js'; :::note default template ```template -{{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}@{{ .HostName }} +{{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }}@{{ .HostName }} ``` ::: diff --git a/website/docs/segments/strava.mdx b/website/docs/segments/strava.mdx index d1b08988..f0992941 100644 --- a/website/docs/segments/strava.mdx +++ b/website/docs/segments/strava.mdx @@ -63,8 +63,8 @@ import Config from '@site/src/components/Config.js'; | `expires_in` | `int` | the default timeout of the token from the Strava login | | `http_timeout` | `int` | how long do you want to wait before you want to see your prompt more than your strava data? - defaults to 500ms | | `CacheTimeout` | `int` | in minutes - How long do you want your Strava data cached? - defaults to 5 min | -| `RideIcon` | `string` | defaults to `\udb80\udca3` | -| `RunIcon` | `string` | defaults to `\udb81\udf0e` | +| `RideIcon` | `string` | defaults to `\uf206` | +| `RunIcon` | `string` | defaults to `\ue213` | | `SkiingIcon` | `string` | defaults to `\ue213` | | `WorkOutIcon` | `string` | defaults to `\ue213` | | `UnknownActivityIcon` | `string` | defaults to `\ue213` | diff --git a/website/docs/segments/sysinfo.mdx b/website/docs/segments/sysinfo.mdx index 3a6ad224..29e8eeaf 100644 --- a/website/docs/segments/sysinfo.mdx +++ b/website/docs/segments/sysinfo.mdx @@ -17,7 +17,7 @@ import Config from '@site/src/components/Config.js'; "powerline_symbol": "\ue0b0", "foreground": "#ffffff", "background": "#8f43f3", - "template":" \udb80\udf5b {{ round .PhysicalPercentUsed .Precision }}% ", + "template":" \ue266 {{ round .PhysicalPercentUsed .Precision }}% ", "properties": { "precision": 2 }, diff --git a/website/docs/segments/ui5tooling.mdx b/website/docs/segments/ui5tooling.mdx index 359369a1..1d29b5c0 100644 --- a/website/docs/segments/ui5tooling.mdx +++ b/website/docs/segments/ui5tooling.mdx @@ -17,7 +17,7 @@ import Config from '@site/src/components/Config.js'; "background": "#f5a834", "foreground": "#100e23", "powerline_symbol": "\ue0b0", - "template": " \udb81\uddb7ui5 {{ .Full }} ", + "template": " \uf0adui5 {{ .Full }} ", "style": "powerline", "type": "ui5tooling" }}/>