1 diff --git a/notifypy/os_notifiers/linux.py b/notifypy/os_notifiers/linux.py
2 index 5882481..e26eaaf 100644
3 --- a/notifypy/os_notifiers/linux.py
4 +++ b/notifypy/os_notifiers/linux.py
6 from jeepney.io.blocking import open_dbus_connection
7 from shutil import which
9 - NOTIFY = which('notify-send') # alternatively: from ctypes.util import find_library
10 + NOTIFY = '@notifysend@' # alternatively: from ctypes.util import find_library
13 logger.info("libnotify found, using it for notifications")
14 @@ -22,7 +22,7 @@ try:
18 - APLAY = which('aplay')
22 logger.debug("aplay binary not installed.. audio will not work!")