Personal noctalia plugins collection
1{
2 "id": "battery",
3 "name": "Battery",
4 "version": "1.0.0",
5 "minNoctaliaVersion": "4.2.3",
6 "author": "dodaars",
7 "license": "MIT",
8 "description": "Toggle battery charge limit between 80% and 100% to extend battery lifespan.",
9 "tags": ["Bar", "System"],
10 "entryPoints": {
11 "main": "Main.qml",
12 "barWidget": "BarWidget.qml"
13 },
14 "dependencies": {
15 "plugins": []
16 }
17}