mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
12 lines
288 B
JSON
12 lines
288 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.osd",
|
|
"name": "On-screen display",
|
|
"version": "1.0.0",
|
|
"description": "Quickshell volume, brightness, and status overlays.",
|
|
"kinds": ["panel"],
|
|
"activation": "persistent",
|
|
"keepLoaded": true,
|
|
"entryPoints": { "panel": "Osd.qml" }
|
|
}
|