Skip to content

Commit

Permalink
Tweak documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech committed Apr 24, 2024
1 parent 9536324 commit 62d9b4b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions doc/03-notifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,21 @@ application sending the notification, in our case, the terminal.
#### WslNotifySendNotifier

This notifier uses the executable `wsl-notify-send`.
It permit to send notification from Windows Subsystem for Linux to Windows.
It permits to send notification from Windows Subsystem for Linux to Windows.

wsl-notify-send can display notification with a body and a title.

Icon is partially supported by `wsl-notify-send`, but it's not possible to set an icon for now.
Icon is partially supported by `wsl-notify-send`, but it's not possible to set
an icon for now.

### Windows

#### SnoreToastNotifier

This notifier uses the Windows application called SnoreToastNotifier. It works on Windows
8 and higher. Because SnoreToastNotifier is probably not installed on your system,
JoliNotif embed the binaries inside the [bin/snoreToast](bin/snoreToast) directory.
This notifier uses the Windows application called SnoreToastNotifier. It works
on Windows 8 and higher. Because SnoreToastNotifier is probably not installed
on your system, JoliNotif embed the binaries inside the [bin/snoreToast](bin/snoreToast)
directory.

When you use JoliNotif inside a phar archive, we take care to extract those
binaries in the system temp directory to be able to execute them.
Expand Down

0 comments on commit 62d9b4b

Please sign in to comment.