Files
arthur-os/shell/plugins/osd/manifest.json

15 lines
272 B
JSON

{
"schemaVersion": 1,
"id": "omarchy.osd",
"name": "On-screen display",
"version": "1.0.0",
"description": "Quickshell volume, brightness, and status overlays.",
"kinds": [
"panel"
],
"keepLoaded": true,
"entryPoints": {
"panel": "Osd.qml"
}
}