feat(bar): configurable network activity fill char len

This commit is contained in:
LGUG2Z
2024-09-12 17:19:03 -07:00
parent ac38f52407
commit 6803ffd741
4 changed files with 68 additions and 11 deletions

View File

@@ -281,6 +281,12 @@
"description": "Enable the Network widget",
"type": "boolean"
},
"network_activity_fill_characters": {
"description": "Characters to reserve for network activity data",
"type": "integer",
"format": "uint",
"minimum": 0.0
},
"show_network_activity": {
"description": "Show network activity",
"type": "boolean"
@@ -665,6 +671,12 @@
"description": "Enable the Network widget",
"type": "boolean"
},
"network_activity_fill_characters": {
"description": "Characters to reserve for network activity data",
"type": "integer",
"format": "uint",
"minimum": 0.0
},
"show_network_activity": {
"description": "Show network activity",
"type": "boolean"