Files
arthur-os/shell/plugins/monitor/manifest.json
T

21 lines
449 B
JSON

{
"schemaVersion": 1,
"id": "omarchy.monitor",
"name": "Display",
"version": "1.0.0",
"author": "Omarchy",
"description": "Brightness slider and laptop display controls",
"kinds": [
"bar-widget"
],
"entryPoints": {
"barWidget": "BarWidget.qml"
},
"barWidget": {
"displayName": "Display",
"description": "Brightness slider and laptop display controls",
"category": "System",
"allowMultiple": false
}
}