updated config

This commit is contained in:
2026-08-31 12:13:13 -05:00
parent b7bf86aab7
commit d3cbe74a4f
27 changed files with 2087 additions and 1394 deletions
@@ -1,17 +1,13 @@
{
"id": "network-indicator",
"name": "Network Indicator",
"version": "1.1.0",
"version": "2.0.0",
"minNoctaliaVersion": "4.7.6",
"author": "tonigineer",
"license": "MIT",
"repository": "https://github.com/noctalia-dev/noctalia-plugins",
"description": "A `lively` network traffic indicator.",
"tags": [
"Bar",
"Network",
"Indicator"
],
"tags": ["Bar", "Network", "Indicator"],
"entryPoints": {
"barWidget": "BarWidget.qml",
"panel": "Panel.qml",
@@ -22,17 +18,20 @@
},
"metadata": {
"defaultSettings": {
"arrowType": "caret",
"iconType": "caret",
"byteThresholdActive": 5000,
"fontSizeModifier": 0.75,
"iconSizeModifier": 1.0,
"showNumbers": true,
"spacingInbetween": 0,
"useCustomColors": false,
"useCustomFont": false,
"customFontBold": false,
"customFontItalic": false,
"horizontalLayout": false
"columnSpacing": 0,
"rowSpacing": -8,
"paddingLeft": 5,
"paddingRight": 0,
"layout": "vertical",
"slots": ["txSpeed", "txIcon", "rxSpeed", "rxIcon"]
}
}
}