#!/bin/sh

# Wait for the PipeWire Pulse daemon to start.
sv check "$HOME/.config/runit/sv/mpd" >/dev/null || exit 1
sv check "$HOME/.config/runit/sv/mako" >/dev/null || exit 1

[ -r ./conf ] && . ./conf

exec mpd-notification ${OPTS:-} 2>&1