mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 20:28:23 +02:00
15 lines
272 B
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"
|
|
}
|
|
}
|