mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 20:28:23 +02:00
16 lines
312 B
JSON
16 lines
312 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.idle",
|
|
"name": "Idle",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Quickshell-based idle detection for screensaver, lock, and display wake.",
|
|
"kinds": [
|
|
"service"
|
|
],
|
|
"keepLoaded": true,
|
|
"entryPoints": {
|
|
"service": "Service.qml"
|
|
}
|
|
}
|