Files
omarchycn/default/quickshell/omarchy-shell/plugins/background-switcher/manifest.json
T

17 lines
431 B
JSON

{
"schemaVersion": 1,
"id": "omarchy.background-switcher",
"name": "Background switcher",
"version": "1.0.0",
"author": "Omarchy",
"description": "Wallpaper / image picker overlay",
"kinds": ["overlay"],
"activation": "on-demand",
"keepLoaded": true,
"entryPoints": { "overlay": "BackgroundSwitcher.qml" },
"ipc": {
"summon": "background-switcher",
"legacySocket": "omarchy-image-selector.sock"
}
}