mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Support notifications via terminal bell (#227)
Co-authored-by: Benjamin Grosse <ste3ls@gmail.com>
This commit is contained in:
parent
db9cb92737
commit
99996e275b
6 changed files with 78 additions and 27 deletions
|
@ -90,9 +90,10 @@ overridden as described in *PROFILES*.
|
|||
> Defines whether or not the message body is colored like the username.
|
||||
|
||||
**notifications** (type: notifications object)
|
||||
> Configures push-notifications, which are delivered as desktop
|
||||
> notifications if available.
|
||||
> Configures push-notifications.
|
||||
> *enabled* `true` to enable the feature, defaults to `false`.
|
||||
> *via* `"desktop"` to use desktop mechanism (default), or `"bell"` to use
|
||||
> terminal bell.
|
||||
> *show_message* to show the message in the desktop notification. Defaults
|
||||
> to `true`. Messages are truncated beyond a small length.
|
||||
> The notification _rules_ are stored server side, loaded once at startup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue