[modules/git] Nicer formatting of stati
Add separate widgets for each state, so that each state can have a custom icon *and* a custom coloring.
This commit is contained in:
parent
1698e4ad4c
commit
87f185e62b
11 changed files with 75 additions and 31 deletions
|
@ -186,9 +186,9 @@
|
|||
}
|
||||
},
|
||||
"git": {
|
||||
"prefix": "",
|
||||
"new": "",
|
||||
"modified": "",
|
||||
"deleted": ""
|
||||
"main": { "prefix": "" },
|
||||
"new": { "prefix": "" },
|
||||
"modified": { "prefix": "" },
|
||||
"deleted": { "prefix": "" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue