Toast is a part of the notifier plugin system.
Requirement:
Either:
| Option | Type | Description | Default |
|---|---|---|---|
| timeout | numeric | Number of seconds to display notification | 4 |
Examples:
Examples show a specifc scenario usage of the notify plugin. See its wiki for a more detailed usage exaplantion.
Basic:
notify:
task:
via:
- toast: yes
With timeout:
notify:
task:
via:
- toast:
timeout: 5
Warning! Please ensure you have a notification system on your distribution before enabling this option.