mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
Update config schema for display sub-elements (#29)
fixes error: "JsonConfig Error: Property `display.percentX` has been changed to `display.percent.x`"
This commit is contained in:
parent
cbc14bea4e
commit
61cd1607eb
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@
|
||||||
"right": 1}
|
"right": 1}
|
||||||
},
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"percentType": 9, // colored percent number
|
"percent": {
|
||||||
|
"Type": 9
|
||||||
|
}, // colored percent number
|
||||||
"color": {
|
"color": {
|
||||||
"keys": "magenta",
|
"keys": "magenta",
|
||||||
"title": "bright_blue"
|
"title": "bright_blue"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue