feat(bar): add activity to network widget

This commit is contained in:
LGUG2Z
2024-09-11 12:59:16 -07:00
parent 96a9cb320e
commit 42b7a13693
2 changed files with 172 additions and 87 deletions

View File

@@ -267,7 +267,8 @@
"type": "object",
"required": [
"enable",
"show_data"
"show_network_activity",
"show_total_data_transmitted"
],
"properties": {
"data_refresh_interval": {
@@ -280,8 +281,12 @@
"description": "Enable the Network widget",
"type": "boolean"
},
"show_data": {
"description": "Show network transfer data",
"show_network_activity": {
"description": "Show network activity",
"type": "boolean"
},
"show_total_data_transmitted": {
"description": "Show total data transmitted",
"type": "boolean"
}
}
@@ -646,7 +651,8 @@
"type": "object",
"required": [
"enable",
"show_data"
"show_network_activity",
"show_total_data_transmitted"
],
"properties": {
"data_refresh_interval": {
@@ -659,8 +665,12 @@
"description": "Enable the Network widget",
"type": "boolean"
},
"show_data": {
"description": "Show network transfer data",
"show_network_activity": {
"description": "Show network activity",
"type": "boolean"
},
"show_total_data_transmitted": {
"description": "Show total data transmitted",
"type": "boolean"
}
}