chore: fix workflow and bump config schema (#7391)

This commit is contained in:
David Knaack
2026-04-11 13:18:14 +02:00
committed by GitHub
parent 58b45cc927
commit 727fbe1914
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -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": {