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",
|
||||
"foreground": "#222222",
|
||||
"leading_diamond": "\ue0b6",
|
||||
"trailing_diamond": "<transparent,background>\ue0b2</>",
|
||||
"properties": {
|
||||
"linux": "\ue712",
|
||||
"macos": "\ue711",
|
||||
"windows": "\ue70f"
|
||||
},
|
||||
"style": "diamond",
|
||||
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}<#222222> \ue0b2</>",
|
||||
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
|
||||
"type": "os"
|
||||
},
|
||||
{
|
||||
|
@ -222,14 +223,14 @@
|
|||
],
|
||||
"foreground": "#262626",
|
||||
"invert_powerline": true,
|
||||
"leading_diamond": "\ue0b2",
|
||||
"powerline_symbol": "\ue0b2",
|
||||
"properties": {
|
||||
"charged_icon": "\uf240 ",
|
||||
"charging_icon": "\uf1e6 ",
|
||||
"discharging_icon": "\ue234 "
|
||||
},
|
||||
"style": "diamond",
|
||||
"template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 <#262626>\ue0b2</>",
|
||||
"style": "powerline",
|
||||
"template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 ",
|
||||
"type": "battery"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue