mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
10d8f5a013
commit
366767accd
|
@ -69,7 +69,7 @@ A temporary workaround is to use an invisible character at the end (`\u2800`).
|
||||||
/* other attributes here */
|
/* other attributes here */
|
||||||
"properties": {
|
"properties": {
|
||||||
"always_enabled": true,
|
"always_enabled": true,
|
||||||
"prefix": "\ufa1e",
|
"prefix": "\ufbab",
|
||||||
"postfix": "\u2800" // invisible spacing character
|
"postfix": "\u2800" // invisible spacing character
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -154,7 +154,7 @@
|
||||||
"trailing_diamond": "",
|
"trailing_diamond": "",
|
||||||
"properties": {
|
"properties": {
|
||||||
"always_enabled": true,
|
"always_enabled": true,
|
||||||
"prefix": "<transparent>\uE0B0</> \ufa1e",
|
"prefix": "<transparent>\uE0B0</> \ufbab",
|
||||||
"postfix": "\u2800"
|
"postfix": "\u2800"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
"trailing_diamond": "",
|
"trailing_diamond": "",
|
||||||
"properties": {
|
"properties": {
|
||||||
"always_enabled": true,
|
"always_enabled": true,
|
||||||
"prefix": " \ufa1e ",
|
"prefix": " \ufbab ",
|
||||||
"postfix": "\u2800"
|
"postfix": "\u2800"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue