up su Gitea

This commit is contained in:
2026-04-19 17:07:18 +02:00
parent e78ce720bb
commit fe54b28378
298 changed files with 23460 additions and 0 deletions
@@ -0,0 +1,30 @@
{
"id": "kde-connect",
"name": "KDE Connect",
"version": "1.2.1",
"minNoctaliaVersion": "4.4.0",
"author": "WerWolv",
"official": false,
"license": "GPLv2",
"repository": "https://github.com/WerWolv/noctalia-kde-connect",
"description": "A Plugin integrating your mobile devices into a panel using KDEConnect",
"tags": [
"Bar",
"Panel",
"Utility",
"System"
],
"entryPoints": {
"main": "Main.qml",
"barWidget": "BarWidget.qml",
"controlCenterWidget": "ControlCenterWidget.qml",
"panel": "Panel.qml",
"settings": "Settings.qml"
},
"dependencies": {
"plugins": []
},
"metadata": {
"defaultSettings": {}
}
}