Files
attention-required/manifest.json
T
alan 401b46c886 Attention Required: notification rules with effects for Omarchy
Rules watch every notification for words and apps and answer with an
effect: nudge, flash, banner, airplane, confetti, blink, sound, focus,
or a command. Silenced notifications that match a rule are let through.
Settings popup behind a bar bell, rules kept in one JSON file.
2026-09-08 16:55:43 +01:00

29 lines
996 B
JSON

{
"schemaVersion": 1,
"id": "alanfortlink.attention-required",
"name": "Attention Required",
"version": "0.2.0",
"author": "alanfortlink",
"license": "MIT",
"description": "Rules that watch every notification for words, from any app or only the apps you pick, and answer with an effect: an MSN-style nudge that shakes the screen, a flash around the edges, a sound, or a command of yours.",
"homepage": "https://github.com/alanfortlink/attention-required",
"kinds": [
"service",
"bar-widget"
],
"keepLoaded": true,
"entryPoints": {
"service": "Service.qml",
"barWidget": "Settings.qml"
},
"barWidget": {
"displayName": "Attention Required",
"description": "A bell that shows whether the effects are armed. Click it for the settings: rules, words, apps, and how strong each effect is. Right-click pauses or resumes.",
"category": "System",
"allowMultiple": false,
"defaultSection": "right",
"defaults": {},
"schema": []
}
}