This commit is contained in:
2026-05-01 22:05:33 -05:00
parent 5a84a8f294
commit b7bf86aab7
34 changed files with 1224 additions and 574 deletions

View File

@@ -1,8 +1,8 @@
{
"id": "network-indicator",
"name": "Network Indicator",
"version": "1.0.7",
"minNoctaliaVersion": "3.7.5",
"version": "1.1.0",
"minNoctaliaVersion": "4.7.6",
"author": "tonigineer",
"license": "MIT",
"repository": "https://github.com/noctalia-dev/noctalia-plugins",
@@ -14,6 +14,7 @@
],
"entryPoints": {
"barWidget": "BarWidget.qml",
"panel": "Panel.qml",
"settings": "Settings.qml"
},
"dependencies": {
@@ -22,14 +23,16 @@
"metadata": {
"defaultSettings": {
"arrowType": "caret",
"byteThresholdActive": 1024,
"fontSizeModifier": 1.0,
"forceMegabytes": false,
"byteThresholdActive": 5000,
"fontSizeModifier": 0.75,
"iconSizeModifier": 1.0,
"minWidth": 0,
"showNumbers": true,
"spacingInbetween": 0,
"useCustomColors": false
"useCustomColors": false,
"useCustomFont": false,
"customFontBold": false,
"customFontItalic": false,
"horizontalLayout": false
}
}
}