mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
chore: fix workflow and bump config schema (#7391)
This commit is contained in:
@@ -190,6 +190,9 @@
|
||||
"format": "[$gauge $percentage]($style) ",
|
||||
"symbol": "",
|
||||
"gauge_width": 5,
|
||||
"gauge_full_symbol": "█",
|
||||
"gauge_partial_symbol": "▒",
|
||||
"gauge_empty_symbol": "░",
|
||||
"display": [
|
||||
{
|
||||
"threshold": 0.0,
|
||||
@@ -2319,6 +2322,18 @@
|
||||
"maximum": 255,
|
||||
"default": 5
|
||||
},
|
||||
"gauge_full_symbol": {
|
||||
"type": "string",
|
||||
"default": "█"
|
||||
},
|
||||
"gauge_partial_symbol": {
|
||||
"type": "string",
|
||||
"default": "▒"
|
||||
},
|
||||
"gauge_empty_symbol": {
|
||||
"type": "string",
|
||||
"default": "░"
|
||||
},
|
||||
"display": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user