updated config
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user