mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-03 12:47:50 +02:00
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.audio",
|
|
"name": "Audio",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Volume slider, output picker, per-app mixer",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "BarWidget.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Audio",
|
|
"description": "Volume slider, output picker, per-app mixer",
|
|
"category": "Audio",
|
|
"allowMultiple": false
|
|
}
|
|
}
|