mirror of
https://github.com/m1ngsama/winfig.git
synced 2025-12-24 10:51:49 +00:00
feat: enhance oh-my-posh theme with additional segments
This commit is contained in:
parent
5467d9dd08
commit
b4066a60b6
1 changed files with 49 additions and 0 deletions
|
|
@ -73,6 +73,55 @@
|
|||
"type": "node",
|
||||
"style": "diamond"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"prefix": " \ue235 ",
|
||||
"display_mode": "files"
|
||||
},
|
||||
"leading_diamond": " \ue0b6",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"foreground": "#ffffff",
|
||||
"background": "#4584b6",
|
||||
"type": "python",
|
||||
"style": "diamond"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"prefix": " \ue627 ",
|
||||
"display_mode": "files"
|
||||
},
|
||||
"leading_diamond": " \ue0b6",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"foreground": "#ffffff",
|
||||
"background": "#00acd7",
|
||||
"type": "go",
|
||||
"style": "diamond"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"prefix": " \uf308 ",
|
||||
"display_mode": "files"
|
||||
},
|
||||
"leading_diamond": " \ue0b6",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"foreground": "#ffffff",
|
||||
"background": "#0db7ed",
|
||||
"type": "docker",
|
||||
"style": "diamond"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"threshold": 500,
|
||||
"style": "austin",
|
||||
"prefix": " <#fefefe>\uf252</> "
|
||||
},
|
||||
"leading_diamond": " \ue0b6",
|
||||
"trailing_diamond": "\ue0b4",
|
||||
"foreground": "#ffffff",
|
||||
"background": "#c4a000",
|
||||
"type": "executiontime",
|
||||
"style": "diamond"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"postfix": " ",
|
||||
|
|
|
|||
Loading…
Reference in a new issue