mirror of https://gitlab.com/bashrc2/epicyon
Document desktop notifications
parent
1a66c39656
commit
595bb807ce
|
@ -408,3 +408,11 @@ python3 epicyon.py --screenreader picospeaker --notify yournickname@yourdomain -
|
|||
```
|
||||
|
||||
This will then stay running and incoming posts will be announced as they arrive.
|
||||
|
||||
## Desktop notifications
|
||||
|
||||
You can get desktop notifications either by running the screen reader as shown above, or if you only want notifications and not spoken messages then you can run the client as follows, without the *screenreader* option:
|
||||
|
||||
``` bash
|
||||
python3 epicyon.py --notify yournickname@yourdomain --password [yourpassword]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue