send_notification
Sends desktop notifications using notify-send; requires an active notification daemon like mako or dunst for visible alerts.
Instructions
Send a desktop notification via notify-send (requires a notification daemon like mako or dunst running). If notify-send is unavailable, falls back to Hyprland's built-in hl.notification.create — but a real-session test confirmed this fallback produces NO VISIBLE notification even though the underlying call succeeds without error (likely a Hyprland 0.55.4 rendering gap, not a bug in this call). Practically: if notify-send isn't installed, treat this tool as non-functional and tell the user to install a real notification daemon rather than assuming the fallback message means something appeared.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| icon | No | Icon name or path | |
| title | Yes | ||
| urgency | No | ||
| app_name | No | ||
| timeout_ms | No | Timeout in milliseconds, 0 = persistent |