Files
arthur-os/default/quickshell/omarchy-shell/plugins/background/manifest.json
T

12 lines
309 B
JSON

{
"schemaVersion": 1,
"id": "omarchy.background",
"name": "Background",
"version": "1.0.0",
"author": "Omarchy",
"description": "Desktop background renderer with click handling and transitions",
"kinds": ["service"],
"activation": "startup",
"entryPoints": { "service": "Background.qml" }
}