From 1b27ad7a5fd62383a4a67b30792fe4f256bfb8c8 Mon Sep 17 00:00:00 2001 From: PixelRobots Date: Thu, 10 Mar 2022 16:43:22 +0000 Subject: [PATCH] theme: update pixelrobots --- themes/pixelrobots.omp.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/themes/pixelrobots.omp.json b/themes/pixelrobots.omp.json index 4df44996..e98004d9 100644 --- a/themes/pixelrobots.omp.json +++ b/themes/pixelrobots.omp.json @@ -28,7 +28,19 @@ "foreground": "#000000", "powerline_symbol": "\ue0b0", "properties": { - "template": " \ufd03 {{ .Name }} " + "template": " \ufd03 {{ .Name }} [ {{ .Origin }} ] ", + "source": "cli" + }, + "style": "powerline", + "type": "az" + }, + { + "background": "#012456", + "foreground": "#FFFFFF", + "powerline_symbol": "\ue0b0", + "properties": { + "template": " \ufd03 {{ .Name }} [ {{ .Origin }} ] ", + "source": "pwsh" }, "style": "powerline", "type": "az" @@ -58,7 +70,7 @@ "mint": "\uf30f", "opensuse": "\uf314", "raspbian": "\uf315", - "template": " {{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}<#ffea00> \ue0b1", + "template": " {{ if .WSL }}{{ .Icon }} on \ue70f{{ end }} <#ffea00>\uE0B1", "ubuntu": "\uf31c", "windows": "\ue70f" },