mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-24 09:38:32 +02:00
feat(bar): add activity to network widget
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user