mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
theme(atomic): print right block correctly
This commit is contained in:
parent
3f888df8e3
commit
2596022db3
|
@ -204,13 +204,14 @@
|
||||||
"background": "#b2bec3",
|
"background": "#b2bec3",
|
||||||
"foreground": "#222222",
|
"foreground": "#222222",
|
||||||
"leading_diamond": "\ue0b6",
|
"leading_diamond": "\ue0b6",
|
||||||
|
"trailing_diamond": "<transparent,background>\ue0b2</>",
|
||||||
"properties": {
|
"properties": {
|
||||||
"linux": "\ue712",
|
"linux": "\ue712",
|
||||||
"macos": "\ue711",
|
"macos": "\ue711",
|
||||||
"windows": "\ue70f"
|
"windows": "\ue70f"
|
||||||
},
|
},
|
||||||
"style": "diamond",
|
"style": "diamond",
|
||||||
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}<#222222> \ue0b2</>",
|
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
|
||||||
"type": "os"
|
"type": "os"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -222,14 +223,14 @@
|
||||||
],
|
],
|
||||||
"foreground": "#262626",
|
"foreground": "#262626",
|
||||||
"invert_powerline": true,
|
"invert_powerline": true,
|
||||||
"leading_diamond": "\ue0b2",
|
"powerline_symbol": "\ue0b2",
|
||||||
"properties": {
|
"properties": {
|
||||||
"charged_icon": "\uf240 ",
|
"charged_icon": "\uf240 ",
|
||||||
"charging_icon": "\uf1e6 ",
|
"charging_icon": "\uf1e6 ",
|
||||||
"discharging_icon": "\ue234 "
|
"discharging_icon": "\ue234 "
|
||||||
},
|
},
|
||||||
"style": "diamond",
|
"style": "powerline",
|
||||||
"template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 <#262626>\ue0b2</>",
|
"template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 ",
|
||||||
"type": "battery"
|
"type": "battery"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue