mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
theme(atomic): add space between double width icons
This commit is contained in:
parent
b468f2967a
commit
5d24a56b2e
|
@ -29,7 +29,7 @@
|
|||
"style": "folder"
|
||||
},
|
||||
"style": "powerline",
|
||||
"template": " \uf07b\uea9c{{ .Path }} ",
|
||||
"template": " \uf07b\uea9c {{ .Path }} ",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
|
@ -59,7 +59,7 @@
|
|||
"threshold": 0
|
||||
},
|
||||
"style": "diamond",
|
||||
"template": " \ueba2{{ .FormattedMs }}\u2800",
|
||||
"template": " \ueba2 {{ .FormattedMs }}\u2800",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"type": "executiontime"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue