if bool "${HOOK_SW_NOTIFY}"; then
	sw-notify-send \
		-i drive-removable-media -- \
		"$(basename "${mp}") mounted" \
		"${DEVPATH} ${SUMMARY}"
fi
